New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-env-file

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-env-file - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

10

package.json

@@ -17,3 +17,3 @@ {

],
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://github.com/grimen/node-env-file",

@@ -51,10 +51,10 @@ "repository": {

"dependencies": {
"chai": "latest",
"glob": "^4.3.5",
"temp": "^0.8.1"
},
"devDependencies": {
"mocha": "latest",
"cover": "latest"
"chai": "latest",
"cover": "latest",
"glob": "~3.2.0",
"temp": "~0.8.0"
}
}

@@ -1,2 +0,2 @@

# NODE-ENV-FILE [![Build Status](https://secure.travis-ci.org/grimen/node-env-file.png)](http://travis-ci.org/grimen/node-env-file)
# NODE-ENV-FILE [![Build Status](https://secure.travis-ci.org/grimen/node-env-file.svg)](http://travis-ci.org/grimen/node-env-file)

@@ -3,0 +3,0 @@ Parse and load environment files (containing ENV variable exports) into Node.js environment, i.e. `process.env`.

@@ -45,4 +45,3 @@ 'use strict'

console.log(tmpEnvFile)
// console.log(tmpEnvFile, fixtureDataWithCR)
// debug: console.log(tmpEnvFile)

@@ -53,3 +52,3 @@ fs.writeFileSync(tmpEnvFile, fixtureDataWithCR, 'utf-8')

// temp.track()
temp.track()

@@ -56,0 +55,0 @@ // -----------------------

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