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

settings-lib

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

settings-lib - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.coveralls.yml

6

history.md

@@ -0,1 +1,5 @@

# 0.0.3 / 2014-11-24
* Fixing incorrect information in the readme.md
# 0.0.2 / 2014-02-25

@@ -9,2 +13,2 @@

* Initial release of library
* Initial release of library

12

package.json
{
"name" : "settings-lib",
"description" : "Simple library allowing override capability for application settings",
"main" : "./lib/settings.js",
"version" : "0.0.2",
"author" : "Joshua Thomas (http://github.com/brozeph)",
"name": "settings-lib",
"description": "Simple library allowing override capability for application settings",
"main": "./lib/settings.js",
"version": "0.0.3",
"author": "Joshua Thomas (http://github.com/brozeph)",
"engines": {

@@ -32,4 +32,4 @@ "node": ">= 0.8.0"

"test": "mocha --check-leaks -R spec -r ./test/common.js -u bdd ./test/lib",
"posttest_DISABLE": "NODE_SETTINGSLIB_COVERAGE=true mocha -R mocha-lcov-reporter -r ./test/common.js -u bdd ./test/lib | ./node_modules/coveralls/bin/coveralls.js"
"posttest": "NODE_SETTINGSLIB_COVERAGE=true mocha -R mocha-lcov-reporter -r ./test/common.js -u bdd ./test/lib | ./node_modules/coveralls/bin/coveralls.js"
}
}

@@ -23,3 +23,3 @@ # Settings Library

var
settings = require('settings'),
settings = require('settings-lib'),
options = { baseConfigPath : './config/config.json' };

@@ -26,0 +26,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