Socket
Socket
Sign inDemoInstall

n_

Package Overview
Dependencies
25
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.5 to 1.4.6

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 1.4.6 (2018-07-29)
* added package-lock.json
### 1.4.5 (2017-08-20)
* fix: install on windows (resolves #21)
### 1.4.4 (2017-01-08)

@@ -2,0 +10,0 @@

37

package.json
{
"name": "n_",
"version": "1.4.5",
"version": "1.4.6",
"description": "lodash REPL",

@@ -12,10 +12,19 @@ "main": "./lib/n_",

"postinstall": "npm pack lodash@^3 && targz extract lodash-3.*.tgz extraneous/lodash3",
"test": "npm run postinstall ; mocha test && npm run jshint",
"test": "npm run postinstall ; mocha test --exit && npm run jshint",
"mocha": "mocha --reporter min test",
"jshint": "jshint .",
"istanbul": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report html && open coverage/lib/n_.js.html",
"coveralls": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"istanbul": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report html -- --exit && open coverage/lib/n_.js.html",
"coveralls": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": "borisdiakur/n_",
"keywords": "_, cli, console, lodash, underscore, repl, shell, terminal",
"keywords": [
"_",
"cli",
"console",
"lodash",
"underscore",
"repl",
"shell",
"terminal"
],
"author": "Boris Diakur <contact@borisdiakur.com> (https://github.com/borisdiakur)",

@@ -28,13 +37,13 @@ "contributors": [

"dependencies": {
"lodash": "^4.0.0",
"os-homedir": "^1.0.1",
"repl.history": "^0.1.3",
"tar.gz": "^1.0.5"
"lodash": "^4.17.10",
"os-homedir": "^1.0.2",
"repl.history": "^0.1.4",
"tar.gz": "^1.0.7"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.2",
"jshint": "^2.7.0",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "0.0.2"
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "1.3.0"
},

@@ -41,0 +50,0 @@ "engines": {

@@ -7,3 +7,2 @@ # n_

[![Coverage Status](https://coveralls.io/repos/borisdiakur/n_/badge.svg?branch=master)](https://coveralls.io/r/borisdiakur/n_?branch=master)
[![Dependency Status](https://gemnasium.com/borisdiakur/n_.svg)](https://gemnasium.com/borisdiakur/n_)
[![npm version](https://badge.fury.io/js/n_.svg)](http://badge.fury.io/js/n_)

@@ -10,0 +9,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc