🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@socketregistry/string.prototype.startswith

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/string.prototype.startswith

Socket.dev optimized package override for string.prototype.startswith

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
27
170%
Maintainers
2
Weekly downloads
 
Created
Source

@socketregistry/string.prototype.startswith

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

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

{
  "overrides": {
    "string.prototype.startswith": "npm:@socketregistry/string.prototype.startswith@^1"
  },
  "resolutions": {
    "string.prototype.startswith": "npm:@socketregistry/string.prototype.startswith@^1"
  }
}

Install as a plain dependency

Install with your preferred package manager.

npm install @socketregistry/string.prototype.startswith

Requirements

Node >= 18.20.4

Keywords

Socket.dev

FAQs

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