1.0.9 • Published 2 months ago

@socketregistry/side-channel v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 months ago

1.0.8

5 months ago

1.0.7

8 months ago

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

11 months ago