Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

streaming

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streaming - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "streaming",
"version": "1.0.1",
"version": "1.0.2",
"description": "Transforms and other streaming helpers",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,3 +11,3 @@ var __extends = (this && this.__extends) || function (d, b) {

`this` is bound to the stream object inside the transform function, so you
can use `this.push(...)` to output multiple data per input datum.
can use `this.push(...)` to output multiple chunks per single input chunk.

@@ -14,0 +14,0 @@ Example:

@@ -8,3 +8,2 @@ {

"node_modules/declarations/node/node.d.ts",
"shims.d.ts",
"batcher.ts",

@@ -18,3 +17,2 @@ "eventsource.ts",

"queue.ts",
"shims.d.ts",
"sink.ts",

@@ -21,0 +19,0 @@ "splitter.ts",

Sorry, the diff of this file is not supported yet

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