$ npm install @socketregistry/es6-symbolA tested zero dependency drop-in replacement of
es6-symbolcomplete 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/es6-symbol to your
package.json.
{
"overrides": {
"es6-symbol": "npm:@socketregistry/es6-symbol@^1"
},
"resolutions": {
"es6-symbol": "npm:@socketregistry/es6-symbol@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/es6-symbol
Node >= 18.20.4