🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

env2

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env2 - npm Package Compare versions

Comparing version

to
2.0.5

22

package.json
{
"name": "env2",
"version": "2.0.4",
"description": "Environment variable loader",
"version": "2.0.5",
"description": "Environment Variable Loader",
"keywords": [

@@ -9,3 +9,5 @@ "env",

"variables",
"config"
"config",
"aws",
"lambda"
],

@@ -37,17 +39,13 @@ "author": "Nelson <contact.nelsonic@gmail.com> (http://www.dwyl.io)",

"devDependencies": {
"codeclimate-test-reporter": "^0.1.1",
"decache": "^3.0.3",
"istanbul": "^0.4.0",
"pre-commit": "^1.1.1",
"tape": "^4.2.1"
"istanbul": "^0.4.2",
"pre-commit": "^1.1.2",
"tape": "^4.4.0"
},
"scripts": {
"test": "istanbul cover tape ./test/*.js",
"coverage": "istanbul cover tape ./test/env.test.js",
"check-coverage": "istanbul cover tape ./test/*.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"codeclimate": "CODECLIMATE_REPO_TOKEN=f668cba404201cc8642098b370e1cd50f3300248e427d208b1c22dc98546f2cc ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info"
"check-coverage": "istanbul cover tape ./test/*.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100"
},
"pre-commit": [
"check-coverage",
"codeclimate"
"check-coverage"
],

@@ -54,0 +52,0 @@ "engines": {