@socketregistry/path-parse
v1.0.8
Published
Socket.dev optimized package override for path-parse
Readme
@socketregistry/path-parse
A tested zero dependency drop-in replacement of
path-parsecomplete with TypeScript types.
Installation
Install as a package override
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimizePrefer 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-parseRequirements
Node >= 18.20.4
