You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@socketregistry/is-weakref

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/is-weakref

Socket.dev optimized package override for is-weakref

1.0.2
Source
npmnpm
Version published
Weekly downloads
41
51.85%
Maintainers
2
Weekly downloads
 
Created
Source

@socketregistry/is-weakref

Socket Badge CI - @socketregistry/is-weakref Follow @SocketSecurity

A tested zero dependency drop-in replacement of is-weakref complete with TypeScript types.

Installation

Install as a package override

@socketsecurity/cli will automagically :sparkles: populate the overrides and resolutions fields of your package.json.

npx @socketsecurity/cli optimize

Prefer to do it yourself? You may manually add @socketregistry/is-weakref to your package.json.

{
  "overrides": {
    "is-weakref": "npm:@socketregistry/is-weakref@^1"
  },
  "resolutions": {
    "is-weakref": "npm:@socketregistry/is-weakref@^1"
  }
}

Install as a plain dependency

Install with your preferred package manager.

npm install @socketregistry/is-weakref

Requirements

Node >= 18.20.4

Keywords

Socket.dev

FAQs

Package last updated on 11 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts