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

parsenv

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parsenv - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "parsenv",
"version": "1.0.1",
"version": "1.0.2",
"description": "Edit, Save or Load variables from .env ( For Nodejs )",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -57,11 +57,11 @@ # ParsEnv

const config = {
path: require('path').resolve(process.cwd(), ".env") # default
encoding: 'utf8' # default
debug: false # default
path: require('path').resolve(process.cwd(), ".env") // default
encoding: 'utf8' // default
debug: false // default
};
# config can apply to dotenv.config function
// config can apply to dotenv.config function
dotenv.config(config);
# also pass it to dotenv.write function
// also pass it to dotenv.write function
dotenv.write(config);

@@ -68,0 +68,0 @@ ```

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