@socketregistry/path-parse
v1.0.5
Published
Socket.dev optimized package override for path-parse
Downloads
3,997
Readme
@socketregistry/path-parse
A tested zero dependency drop-in replacement of
path-parse
complete with TypeScript types.
Installation
Install as a package override
socket
CLI will automagically ✨
populate
overrides
and resolutions of
your package.json
.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/path-parse
to your
package.json
.
{
"overrides": {
"path-parse": "npm:@socketregistry/path-parse@^1"
},
"resolutions": {
"path-parse": "npm:@socketregistry/path-parse@^1"
}
}
Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/path-parse
Requirements
Node >= 18.20.4