npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@socketregistry/side-channel

1.0.10

@GitHub Actions

npmHomeRepoSnykSocket
Downloads:66592
$ npm install @socketregistry/side-channel
DailyWeeklyMonthlyYearly

@socketregistry/side-channel

Socket Badge CI - @socketregistry/side-channel Follow @SocketSecurity

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

{
  "overrides": {
    "side-channel": "npm:@socketregistry/side-channel@^1"
  },
  "resolutions": {
    "side-channel": "npm:@socketregistry/side-channel@^1"
  }
}

Install as a plain dependency

Install with your favorite package manager.

npm install @socketregistry/side-channel

Requirements

Node >= 18.20.4