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

dotenv-utils

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotenv-utils - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

.babelrc

13

package.json
{
"name": "dotenv-utils",
"version": "0.1.3",
"version": "0.1.4",
"description": "Covert env var strings to other types",
"main": "index.js",
"main": "dist/index.js",
"repository": {

@@ -11,2 +11,5 @@ "type": "git",

"scripts": {
"clean": "rimraf dist",
"build": "babel index.js -d dist --ignore *.test.js",
"prepublish": "npm run clean && npm run build",
"test": "ava"

@@ -26,4 +29,8 @@ },

"devDependencies": {
"ava": "^0.17.0"
"ava": "^0.17.0",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-preset-latest": "^6.22.0",
"rimraf": "^2.6.1"
}
}

Sorry, the diff of this file is not supported yet

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