Socket
Socket
Sign inDemoInstall

nconf

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nconf - npm Package Compare versions

Comparing version 0.1.14 to 0.2.0

LICENSE

7

package.json
{
"name": "nconf",
"description": "A hybrid local / remote configuration storage library for node.js.",
"version": "0.1.14",
"version": "0.2.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",

@@ -10,7 +10,6 @@ "repository": {

},
"keywords": ["configuration", "key value store", "redis"],
"keywords": ["configuration", "key value store", "plugabble"],
"dependencies": {
"async": "0.1.x",
"pkginfo": "0.2.x",
"redis": "0.6.x"
"pkginfo": "0.2.x"
},

@@ -17,0 +16,0 @@ "main": "./lib/nconf",

@@ -45,3 +45,3 @@ /*

"should respond with an error": function (ign, err) {
console.dir(err);
assert.isTrue(!!err);
}

@@ -48,0 +48,0 @@ }

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