Socket
Socket
Sign inDemoInstall

centig

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.13 to 1.0.14

6

lib/centig.js

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

}
return config;
var value = config;
if (value === undefined) {
throw Error("The config value you tried to get does not exist in the configuration schema \n\n At path: " + path);
}
return value;
},

@@ -25,0 +29,0 @@ all: function () {

2

package.json
{
"name": "centig",
"version": "1.0.13",
"version": "1.0.14",
"description": "The Configuration Management library for your JavaScript application",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc