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

neek

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neek - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

lib/transform.js

@@ -80,2 +80,2 @@ var hash = require('farmhash').fingerprint64;

// export the new stream
module.exports = Transformer;
module.exports = Transformer;
{
"name": "neek",
"version": "1.0.2",
"version": "1.1.0",
"description": "A simple implementation of *nix uniq in NodeJS to take advantage of streaming",

@@ -34,22 +34,22 @@ "author": {

"dependencies": {
"farmhash": "^1.2.1",
"farmhash": "2.1.0",
"hashes": "0.1.4",
"lodash.isstring": "4.0.1",
"minimist": "1.2.0",
"readable-stream": "2.1.5"
"readable-stream": "2.3.6"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt": "1.0.2",
"grunt-cli": "1.2.0",
"grunt-codeclimate-reporter": "1.2.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-mkdir": "1.0.0",
"grunt-mocha-istanbul": "5.0.2",
"grunt-mocha-test": "0.13.2",
"grunt-mocha-test": "0.13.3",
"istanbul": "0.4.5",
"jshint": "2.9.3",
"mocha": "3.1.0",
"should": "11.1.0"
"jshint": "2.9.5",
"mocha": "3.5.3",
"should": "13.2.1"
}
}

@@ -1,2 +0,2 @@

Neek [![Build Status](https://travis-ci.org/zackehh/neek.svg?branch=master)](https://travis-ci.org/zackehh/neek) [![Code Climate](https://codeclimate.com/github/zackehh/neek/badges/gpa.svg)](https://codeclimate.com/github/zackehh/neek) [![Test Coverage](https://codeclimate.com/github/zackehh/neek/badges/coverage.svg)](https://codeclimate.com/github/zackehh/neek)
Neek [![Build Status](https://travis-ci.org/whitfin/neek.svg?branch=master)](https://travis-ci.org/whitfin/neek) [![Code Climate](https://codeclimate.com/github/whitfin/neek/badges/gpa.svg)](https://codeclimate.com/github/whitfin/neek) [![Test Coverage](https://codeclimate.com/github/whitfin/neek/badges/coverage.svg)](https://codeclimate.com/github/whitfin/neek)
====

@@ -8,8 +8,6 @@

the current version of `Neek` is designed using several features of `ES6`; namely the `Set` interface. If this is not available, it will fall back to a library interface which is not as fast (but it's still pretty good). As such, best performance occurs when on `Node >= v4.0.0` and all numbers in this README will refer to this version.
The current version of `Neek` is designed using several features of `ES6`; namely the `Set` interface. If this is not available, it will fall back to a library interface which is not as fast (but it's still pretty good). As such, best performance occurs when on `Node >= v4.0.0` and all numbers in this README will refer to this version.
Neek is built on Travis against the latest version of Node, Node 0.12.x and Node 0.10.x. Older versions of Node are not supported, however Neek was functional on 0.8.x with version `0.2.2` (admittedly with slower performance).
Build results are sent over to [Code Climate](https://codeclimate.com/github/whitfin/neek) for analysis.
Build results are sent over to [Code Climate](https://codeclimate.com/github/zackehh/neek) for analysis.
### Setup ###

@@ -16,0 +14,0 @@

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