Socket
Book a DemoInstallSign in
Socket

@socketregistry/isarray

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/isarray

Socket.dev optimized package override for isarray

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5.8K
386.72%
Maintainers
2
Weekly downloads
 
Created
Source

@socketregistry/isarray

Socket Badge CI - @socketregistry/isarray Follow @SocketSecurity

A zero dependency drop-in replacement of isarray.

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/isarray to your package.json.

{
  "overrides": {
    "isarray": "npm:@socketregistry/isarray@^1"
  },
  "resolutions": {
    "isarray": "npm:@socketregistry/isarray@^1"
  }
}

Install as a plain dependency

Install with your preferred package manager.

npm install @socketregistry/isarray

Requirements

Node >= 18.20.4

Keywords

Socket.dev

FAQs

Package last updated on 27 Sep 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