Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ module.exports = function(grunt) { |
{ | ||
"name": "neek", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple implementation of *nix uniq in NodeJS to take advantage of streaming", | ||
@@ -34,21 +34,21 @@ "author": { | ||
"dependencies": { | ||
"farmhash": "1.1.0", | ||
"farmhash": "^1.1.1", | ||
"hashes": "0.1.3", | ||
"minimist": "1.2.0", | ||
"readable-stream": "2.0.2" | ||
"readable-stream": "2.1.4" | ||
}, | ||
"devDependencies": { | ||
"grunt": "0.4.5", | ||
"grunt-cli": "0.1.13", | ||
"grunt-cli": "1.2.0", | ||
"grunt-codeclimate-reporter": "1.1.2", | ||
"grunt-contrib-clean": "0.6.0", | ||
"grunt-contrib-jshint": "0.11.3", | ||
"grunt-mkdir": "0.1.2", | ||
"grunt-mocha-istanbul": "3.0.1", | ||
"grunt-contrib-clean": "1.0.0", | ||
"grunt-contrib-jshint": "1.0.0", | ||
"grunt-mkdir": "1.0.0", | ||
"grunt-mocha-istanbul": "4.0.2", | ||
"grunt-mocha-test": "0.12.7", | ||
"istanbul": "0.3.22", | ||
"jshint": "2.8.0", | ||
"mocha": "2.3.3", | ||
"should": "7.1.0" | ||
"istanbul": "0.4.3", | ||
"jshint": "2.9.2", | ||
"mocha": "2.4.5", | ||
"should": "8.3.2" | ||
} | ||
} |
@@ -51,3 +51,3 @@ 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) | ||
``` | ||
var neek = require('neek); | ||
var neek = require('neek'); | ||
@@ -54,0 +54,0 @@ var readable = './test/resources/lines_with_dups.txt'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20084
1
+ Addedbuffer-shims@1.0.0(transitive)
+ Addedfarmhash@1.2.1(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedreadable-stream@2.1.4(transitive)
- Removedfarmhash@1.1.0(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@2.0.2(transitive)
Updatedfarmhash@^1.1.1
Updatedreadable-stream@2.1.4