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

editenv

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editenv - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

12

package.json
{
"name": "editenv",
"version": "0.0.10",
"version": "0.0.11",
"description": "EditEnv is a simple and efficient Node.js library for loading, parsing, editing, and saving .env files. Ideal for programmatically managing environment variables in your projects.",
"main": "src/index.js",
"main": "lib/index.cjs.js",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs.js"
}
},
"scripts": {

@@ -23,2 +29,2 @@ "test": "jest",

}
}
}
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