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.30.0 to 4.30.1

2

lib/data-stream.js

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

*
* @param {Array|Iterable<any>|AsyncGeneratorFunction|GeneratorFunction|AsyncFunction|Promise|Function|string|Readable} input argument to be turned into new stream
* @param {Array|Iterable<any>|AsyncGeneratorFunction|GeneratorFunction|AsyncFunction|Promise<any>|Function|string|Readable} input argument to be turned into new stream
* @param {DataStreamOptions|Writable} [options={}] options for creation of a new stream or the target stream

@@ -85,0 +85,0 @@ * @param {any[]} ...args additional arguments for the stream - will be passed to the function or generator

{
"name": "scramjet-core",
"version": "4.30.0",
"version": "4.30.1",
"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