Socket
Socket
Sign inDemoInstall

get-env

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-env - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

dist/index.d.ts

21

package.json
{
"name": "get-env",
"version": "0.5.1",
"version": "0.5.2",
"description": "Return `dev`, `prod`, or optional extra environements based on `process.env.NODE_ENV`",

@@ -26,14 +26,15 @@ "license": "MIT",

],
"main": "src",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"lodash.isempty": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1"
"@types/lodash": "^4.14.37"
},
"scripts": {
"prepublish": "npm prune"
},
"engines": {
"node": ">=6.5.0"
"devDependencies": {
"@types/node": "^6.0.45",
"ts-loader": "^0.9.5",
"tslint": "^3.15.1",
"tslint-pilwon": "^0.1.4",
"typescript": "^2.0.6",
"webpack": "^2.1.0-beta.25"
}
}
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