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