Socket
Socket
Sign inDemoInstall

unique-stream

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unique-stream - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

index.js
'use strict';
var filter = require('through2-filter').obj;
var stringify = require("json-stable-stringify");
var ES6Set;

@@ -29,3 +31,3 @@ if (typeof global.Set === 'function') {

var keyfn = JSON.stringify;
var keyfn = stringify;
if (typeof propName === 'string') {

@@ -32,0 +34,0 @@ keyfn = prop(propName);

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

@@ -12,3 +12,5 @@ "repository": "eugeneware/unique-stream",

"scripts": {
"test": "mocha"
"test": "mocha",
"coverage": "istanbul cover _mocha",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},

@@ -23,2 +25,3 @@ "keywords": [

"dependencies": {
"json-stable-stringify": "^1.0.0",
"through2-filter": "^2.0.0"

@@ -29,4 +32,6 @@ },

"chai": "^3.0.0",
"istanbul": "^0.4.2",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.1.0"
}
}

@@ -6,6 +6,7 @@ # unique-stream

[![Build Status](https://travis-ci.org/eugeneware/unique-stream.svg?branch=master)](https://travis-ci.org/eugeneware/unique-stream)
[![Coverage Status](https://coveralls.io/repos/eugeneware/unique-stream/badge.svg?branch=master&service=github)](https://coveralls.io/github/eugeneware/unique-stream?branch=master)
## Installation
Install via npm:
Install via [npm](https://www.npmjs.com/):

@@ -12,0 +13,0 @@ ```

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