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.1.0 to 1.1.1

2

lib/transform.js

@@ -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 @@

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