Socket
Socket
Sign inDemoInstall

unique-stream

Package Overview
Dependencies
26
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

4

package.json
{
"name": "unique-stream",
"version": "2.2.1",
"version": "2.2.2",
"description": "node.js through stream that emits a unique stream of objects based on criteria",

@@ -32,4 +32,4 @@ "repository": "eugeneware/unique-stream",

"istanbul-coveralls": "^1.0.3",
"mocha": "^2.1.0"
"mocha": "^5.2.0"
}
}

@@ -96,3 +96,3 @@ # unique-stream

uniqueness. You can supply your own store instead, providing it supports the add(key) and
has(key) methods. This could allow you to use a persistant store so that already encountered
has(key) methods. This could allow you to use a persistent store so that already encountered
objects are not re-streamed when node is reloaded.

@@ -99,0 +99,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc