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

functional-streams

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functional-streams - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

1

build/streams.d.ts

@@ -26,2 +26,3 @@ /// <reference types="node" />

constructor(reduceFunction: (cumulative: R, newItem: T) => R | Promise<R>, begin: R);
constructor(reduceFunction: (cumulative: R | undefined, newItem: T) => R | Promise<R>);
_write(data: T, encoding: string, callback: (error?: any, result?: any) => void): void;

@@ -28,0 +29,0 @@ then<T>(f: (r: R) => T | Promise<T>, e?: (e: Error) => any): Promise<any>;

4

package.json
{
"name": "functional-streams",
"version": "1.0.7",
"version": "1.0.8",
"description": "Native implementations of map, reduce, and batch, to act on streams.",

@@ -9,3 +9,3 @@ "main": "build/streams.js",

"test": "npm run build; mocha build/test.js",
"build": "tsc"
"prepare": "tsc"
},

@@ -12,0 +12,0 @@ "repository": {

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