New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

app-spec

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-spec - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

9

index.js

@@ -127,3 +127,10 @@

}
return reduceMetas(configMetas, process.env, env);
try {
return reduceMetas(configMetas, process.env, env);
} catch (err) {
console.error(clc.green.bold(spec.description));
console.error(clc.white.bold('Options:'));
console.error(formatMetas(spec.env).join('\n'));
throw err;
}
};

2

package.json
{
"name": "app-spec",
"version": "0.10.1",
"version": "0.10.2",
"description": "Get application configuration from spec of required environment variables.",

@@ -5,0 +5,0 @@ "main": "index.js",

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