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.0 to 1.0.1

0

Gruntfile.js

@@ -0,0 +0,0 @@ module.exports = function(grunt) {

24

package.json
{
"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

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