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.4 to 0.0.5

4

history.md

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

# 0.0.5 / 2014-11-24
* Adjusting for changes in how jscoverage works
# 0.0.4 / 2014-11-24

@@ -2,0 +6,0 @@

4

package.json

@@ -5,3 +5,3 @@ {

"main": "./lib/settings.js",
"version": "0.0.4",
"version": "0.0.5",
"author": "Joshua Thomas (http://github.com/brozeph)",

@@ -31,3 +31,3 @@ "engines": {

"coverage": "rm -rf ./reports ; mkdir -p ./reports ; NODE_SETTINGSLIB_COVERAGE=true mocha -R html-cov -r ./test/common.js -u bdd ./test/lib > reports/coverage.html",
"pretest": "jshint ./lib/*.js ./test/*.js ; jscoverage ./lib ./lib-cov",
"pretest": "jshint ./lib/*.js ./test/*.js ; jscoverage ./lib/settings.js ./lib-cov/settings.js",
"test": "mocha --check-leaks -R spec -r ./test/common.js -u bdd ./test/lib",

@@ -34,0 +34,0 @@ "posttest": "NODE_SETTINGSLIB_COVERAGE=true mocha -R mocha-lcov-reporter -r ./test/common.js -u bdd ./test/lib | ./node_modules/coveralls/bin/coveralls.js"

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