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

confidence

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confidence - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

package.json
{
"name": "confidence",
"description": "Configuration API",
"version": "1.4.1",
"version": "1.4.2",
"repository": "git://github.com/hapijs/confidence",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"code": "1.x.x",
"lab": "5.x.x"
"lab": "6.x.x"
},

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

@@ -21,3 +21,2 @@ // Load modules

var after = lab.after;
var describe = lab.experiment;
var it = lab.test;

@@ -24,0 +23,0 @@

@@ -200,3 +200,3 @@ // Load modules

var err = store.load({ $b: 3 });
store.load({ $b: 3 });
}).to.throw('Unknown $ directive $b');

@@ -471,5 +471,5 @@

var store = new Confidence.Store(tree);
new Confidence.Store(tree);
});
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