npm.io
1.0.8 • Published 9 months ago

@socketregistry/string.prototype.codepointat

Licence
MIT
Version
1.0.8
Deps
0
Size
6 kB
Vulns
0
Weekly
0
Stars
41

@socketregistry/string.prototype.codepointat

Socket Badge CI - @socketregistry/string.prototype.codepointat Follow @SocketSecurity

A tested zero dependency drop-in replacement of string.prototype.codepointat 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/string.prototype.codepointat to your package.json.

{
  "overrides": {
    "string.prototype.codepointat": "npm:@socketregistry/string.prototype.codepointat@^1"
  },
  "resolutions": {
    "string.prototype.codepointat": "npm:@socketregistry/string.prototype.codepointat@^1"
  }
}
Install as a plain dependency

Install with your favorite package manager.

npm install @socketregistry/string.prototype.codepointat

Requirements

Node >= 18.20.4