New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scramjet-core

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scramjet-core - npm Package Compare versions

Comparing version 4.32.11 to 4.32.12

6

lib/data-stream.js

@@ -711,3 +711,4 @@ const {PromiseTransformStream} = require("./util/promise-transform-stream");

this.unpipe(out);
out.on("drain", () => out.end());
out.write(DataStream.filter);
out.end();
}

@@ -743,3 +744,4 @@

this.unpipe(out);
out.on("drain", () => out.end());
out.write(DataStream.filter);
out.end();
}

@@ -746,0 +748,0 @@

{
"name": "scramjet-core",
"version": "4.32.11",
"version": "4.32.12",
"description": "A pluggable minimal version of Scramjet that focuses only on stream transform and exposes only core features",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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