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

e2e-conf

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

e2e-conf - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

9

cli.js

@@ -42,4 +42,9 @@ /**

if (actualConfig !== null) {
conf.save(actualConfig, function () {
exit();
conf.save(actualConfig, function (err) {
if (err) {
process.stderr.write(err.message);
exit(2);
} else {
exit();
}
});

@@ -46,0 +51,0 @@ }

@@ -0,0 +0,0 @@ /**

{
"name": "e2e-conf",
"version": "3.0.1",
"version": "3.0.2",
"main": "conf.js",

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

@@ -0,0 +0,0 @@ # e2e-conf - Easy Configuration for E2E Bridge Node.js Services

@@ -0,0 +0,0 @@ /**

{
"hello": "changed"
}

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

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