Socket
Socket
Sign inDemoInstall

envutil

Package Overview
Dependencies
4
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

build/index.d.ts

29

package.json
{
"name": "envutil",
"description": "Utils for env vars",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -24,17 +24,22 @@ "author": {

],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"moment": "2.17.1",
"underscore.string": "3.3.4"
"moment": "^2.18.1",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"@types/node": "7.0.0",
"ts-loader": "1.3.3",
"tslint": "4.3.1",
"tslint-pilwon": "0.1.6",
"typescript": "2.1.5",
"webpack": "2.2.0",
"webpack-node-externals": "1.5.4"
"@types/node": "^8.0.25",
"ts-loader": "^2.3.3",
"tslint": "^5.6.0",
"tslint-pilwon": "^0.1.9",
"typescript": "^2.4.2",
"webpack": "^3.5.5",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"build": "webpack -p",
"clean": "rm -fr build/",
"dev": "webpack -w"
}
}
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