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

@acryps/environment

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acryps/environment - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

6

package.json
{
"name": "@acryps/environment",
"version": "1.0.4",
"version": "2.0.0",
"license": "GPL-3.0-only",

@@ -13,6 +13,10 @@ "bin": {

},
"dependencies": {
"which": "^3.0.1"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/which": "^3.0.0",
"typescript": "^5.1.6"
}
}

12

readme.md

@@ -7,5 +7,5 @@ # acryps environment

Active environment by adding `environment` before launching your application in your scripts
Active environment by adding `environment` before launching your application in your scripts (will work with any tool)
`tsc && node index.js` → `tsc && environment index.js`
`tsc && node index.js` → `tsc && environment node index.js`

@@ -39,8 +39,2 @@ Define environment variables in your `package.json`

Adding an uppercase letter in the variables name will automatically be expanded with a `_`: `accessKey` → `ACCESS_KEY`
## Node Options
Options for node can still be used, just add them before your modules location
`node --max-old-space-size=16192 index.js` → `environment --max-old-space-size=16192 index.js`
The child program will be executed with the same node as environment (using `process.execPath`)
Adding an uppercase letter in the variables name will automatically be expanded with a `_`: `accessKey` → `ACCESS_KEY`
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