@socketregistry/reflect.getprototypeof
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

@socketregistry/reflect.getprototypeof

Socket Badge CI - @socketregistry/reflect.getprototypeof Follow @SocketSecurity

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

{
  "overrides": {
    "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1"
  },
  "resolutions": {
    "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1"
  }
}

Install as a plain dependency

Install with your favorite package manager.

npm install @socketregistry/reflect.getprototypeof

Requirements

Node >= 18.20.4

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @socketregistry/reflect.getprototypeof

      Weekly Downloads

      8

      Version

      1.0.5

      License

      MIT

      Unpacked Size

      6.21 kB

      Total Files

      14

      Last publish

      Collaborators

      • feross
      • socket-bot