Socket.dev optimized package override for is-core-module
npm install @socketregistry/is-core-module


> A tested zero dependency drop-in replacement of
> is-core-module complete
> with TypeScript types.
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
``sh`
npx socket optimize
Prefer to do it yourself? Add @socketregistry/is-core-module to yourpackage.json.
`json`
{
"overrides": {
"is-core-module": "npm:@socketregistry/is-core-module@^1"
},
"resolutions": {
"is-core-module": "npm:@socketregistry/is-core-module@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/is-core-module
Node >= 18.20.4`