Socket
Socket
Sign inDemoInstall

n_

Package Overview
Dependencies
2
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

.idea/misc.xml

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 2.0.1 (2019-05-05)
* fix: os-homedir related deprecation warning
### 2.0.0 (2019-05-04)

@@ -2,0 +5,0 @@

4

lib/n_.js

@@ -1,2 +0,2 @@

var osHomedir = require('os-homedir')
var osHomedir = require('os').homedir()
var path = require('path')

@@ -17,3 +17,3 @@ var replHistory = require('repl.history')

// save repl history
replHistory(server, path.join(osHomedir(), '.n_repl_history'))
replHistory(server, path.join(osHomedir, '.n_repl_history'))

@@ -20,0 +20,0 @@ // create new pristine `lodash` instance

{
"name": "n_",
"version": "2.0.0",
"version": "2.0.1",
"description": "lodash REPL",

@@ -35,3 +35,2 @@ "main": "./lib/n_",

"lodash": "^4.17.11",
"os-homedir": "^2.0.0",
"repl.history": "^0.1.4"

@@ -38,0 +37,0 @@ },

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

[![npm version](https://badge.fury.io/js/n_.svg)](http://badge.fury.io/js/n_)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

@@ -10,0 +11,0 @@ ![animated gif showing usage of n_](https://cloud.githubusercontent.com/assets/527049/6358450/ddcb3144-bc6b-11e4-81bd-a3661407f87a.gif)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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