Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nenv

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nenv - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

15

package.json
{
"name": "nenv",
"description": "Utility for managing node development environments",
"version": "0.3.2",
"version": "0.4.0",
"author": "muji <noop@xpm.io>",

@@ -16,12 +16,9 @@ "main": "lib/index.js",

],
"dependencies": {},
"devDependencies": {
"chai": "~2.2.0",
"istanbul": "~0.3.13",
"mocha": "~2.2.4"
"chai": "~3.2.0",
"istanbul": "~0.3.17",
"mocha": "~2.2.5"
},
"engine": [
"node >= 0.10.11"
],
"scripts": {
"clean": "rm -rf coverage target",
"docs": "npm run readme",

@@ -33,3 +30,3 @@ "readme": "mdp --force -v",

"mdp": {
"title": "nenv",
"title": "Node Environment (NODE_ENV)",
"pedantic": true,

@@ -36,0 +33,0 @@ "include": "doc/readme",

7

README.md
Table of Contents
=================
* [nenv](#nenv)
* [Node Environment (NODE_ENV)](#node-environment-node_env)
* [Install](#install)

@@ -29,4 +29,4 @@ * [Usage](#usage)

nenv
====
Node Environment (NODE_ENV)
===========================

@@ -190,2 +190,3 @@ Utility for mananging node development environments.

"value": "devel",
"current": "devel",
"valid": true,

@@ -192,0 +193,0 @@ "defined": true,

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