Comparing version 1.1.0 to 1.1.1
@@ -68,3 +68,3 @@ var hash = require('farmhash').fingerprint64; | ||
if (this._lastLineData) { | ||
this.process.bind(this, this._lastLineData); | ||
this.process.bind(this)(this._lastLineData); | ||
} | ||
@@ -71,0 +71,0 @@ this._lastLineData = null; |
{ | ||
"name": "neek", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple implementation of *nix uniq in NodeJS to take advantage of streaming", | ||
"author": { | ||
"name": "Isaac Whitfield", | ||
"email": "iwhitfield@appcelerator.com" | ||
"email": "iw@whitfin.io" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/zackehh/neek.git" | ||
"url": "http://github.com/whitfin/neek.git" | ||
}, | ||
"bugs": { | ||
"email": "iwhitfield@appcelerator.com", | ||
"url": "http://github.com/zackehh/neek/issues" | ||
"email": "iw@whitfin.io", | ||
"url": "http://github.com/whitfin/neek/issues" | ||
}, | ||
@@ -41,5 +41,4 @@ "license": "MIT", | ||
"devDependencies": { | ||
"grunt": "1.0.2", | ||
"grunt": "1.0.3", | ||
"grunt-cli": "1.2.0", | ||
"grunt-codeclimate-reporter": "1.2.1", | ||
"grunt-contrib-clean": "1.1.0", | ||
@@ -52,5 +51,5 @@ "grunt-contrib-jshint": "1.1.0", | ||
"jshint": "2.9.5", | ||
"mocha": "3.5.3", | ||
"should": "13.2.1" | ||
"mocha": "5.2.0", | ||
"should": "13.2.2" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
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) | ||
==== | ||
# Neek | ||
[![Build Status](https://travis-ci.org/whitfin/neek.svg?branch=master)](https://travis-ci.org/whitfin/neek) | ||
@@ -10,4 +10,2 @@ A simple way to filter duplicate lines from a list, à la uniq. Takes an input and filters to an output removing duplicates. | ||
Build results are sent over to [Code Climate](https://codeclimate.com/github/whitfin/neek) for analysis. | ||
### Setup ### | ||
@@ -14,0 +12,0 @@ |
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
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
11
0
12601
11
134