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 2.3.0 to 2.4.0

6

built/index.js

@@ -144,2 +144,8 @@ "use strict";

}
case '--export-kubernetes': {
for (let name in environment) {
process.stdout.write(`- name: ${JSON.stringify(name)}\n value: ${JSON.stringify(environment[name])}\n`);
}
return process.exit(0);
}
case '--export-shell': {

@@ -146,0 +152,0 @@ for (let name in environment) {

2

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

@@ -5,0 +5,0 @@ "bin": {

@@ -49,2 +49,3 @@ # acryps environment

npx environment --export-cluster # exports as vlcluster variable commands
npx environment --export-kubernetes # exports as kubernetes deployment configuration values
```
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