confidence
Advanced tools
Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "confidence", | ||
"description": "Configuration API", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", | ||
@@ -18,5 +18,5 @@ "repository": "git://github.com/spumko/confidence", | ||
"dependencies": { | ||
"alce": "1.0.x", | ||
"boom": "1.x.x", | ||
"hoek": "1.x.x", | ||
"boom": "1.x.x", | ||
"alce": "1.0.x", | ||
"optimist": "0.6.x" | ||
@@ -27,2 +27,5 @@ }, | ||
}, | ||
"bin": { | ||
"confidence": "bin/confidence" | ||
}, | ||
"scripts": { | ||
@@ -29,0 +32,0 @@ "test": "make test-cov" |
@@ -268,3 +268,3 @@ <a href="https://github.com/spumko"><img src="https://raw.github.com/spumko/spumko/master/images/from.png" align="right" /></a> | ||
var store = new Store(); | ||
var store = new Confidence.Store(); | ||
``` | ||
@@ -271,0 +271,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
81772