1.0.9 • Published 4 months ago

@socketregistry/side-channel v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@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

1.0.9

4 months ago

1.0.8

7 months ago

1.0.7

10 months ago

1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

1 year ago