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.6.1 to 2.7.0

4

built/index.js

@@ -112,3 +112,7 @@ "use strict";

case '--edit': {
const prefix = (childProgram[1] ?? '').toUpperCase();
chain.walk(environmentConfiguration, async (node) => {
if (!node.environmentName.startsWith(prefix)) {
return node.currentValue;
}
while (true) {

@@ -115,0 +119,0 @@ let response = await inputInterface.question(`${node.name} (${node.environmentName})${node.currentValue ? ` [${node.currentValue}]` : (node.defaultValue ? ` [${node.defaultValue}]` : '')}: `);

2

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

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

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