Socket
Socket
Sign inDemoInstall

lazy-universal-dotenv

Package Overview
Dependencies
3
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 4.0.0

lib/index.cjs

40

package.json
{
"name": "lazy-universal-dotenv",
"version": "3.0.1",
"version": "4.0.0",
"description": "Robust Environment Configuration for Universal Applications.",

@@ -23,32 +23,28 @@ "keywords": [

],
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
}
},
"scripts": {
"prepare": "rimraf lib && preppy",
"test": "jest"
"prepare": "rimraf lib && unbuild",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"@babel/runtime": "^7.5.0",
"app-root-dir": "^1.0.2",
"core-js": "^3.0.4",
"dotenv": "^8.0.0",
"dotenv-expand": "^5.1.0"
"dotenv": "^16.0.0",
"dotenv-expand": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"babel-preset-edge": "^5.3.0",
"jest": "^24.8.0",
"preppy": "^8.3.0",
"rimraf": "^2.6.2"
"jest": "^29.4.1",
"rimraf": "^2.6.2",
"unbuild": "^1.1.1"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=6.0.0",
"yarn": ">=1.0.0"
"node": ">=14.0.0"
}
}
# Lazy Universal DotEnv
[npm]: https://www.npmjs.com/package/universal-dotenv
[travis]: https://travis-ci.org/storybooks/lazy-universal-dotenv

@@ -6,0 +5,0 @@ Lazy Universal DotEnv - A Robust Environment Configuration for Universal Applications.

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