Socket
Socket
Sign inDemoInstall

bandwidth-throttle-stream

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandwidth-throttle-stream - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 0.2.2
- Fixes ES Module entry points
### 0.2.1

@@ -2,0 +5,0 @@ - Fix node.js build

8

package.json
{
"name": "bandwidth-throttle-stream",
"version": "0.2.1",
"version": "0.2.2",
"description": "A Node.js and Deno transform stream for throttling bandwidth",

@@ -9,4 +9,8 @@ "author": "KunkaLabs Limited",

"main": "./dist/node/index.js",
"types": "./dist/node/index.d.ts",
"module": "./dist/deno/mod.js",
"exports": {
".": "./dist/deno/mod.js",
"./mod.ts": "./dist/deno/mod.js",
"./mod.js": "./dist/deno/mod.js"
},
"files": [

@@ -13,0 +17,0 @@ "dist/node",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc