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.1.0 to 0.1.1

4

history.md

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

# v0.1.1 / 2015-03-19
* Increasing verbosity of error when unable to parse JSON config
# v0.1.0 / 2015-03-18

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

var
fs = require('fs'),
util = require('util'),

@@ -125,3 +126,8 @@ async = require('async'),

} catch (ex) {
return callback(ex);
err = new Error(
util.format(
'settings-lib: unable to parse JSON config: %s',
ex.message));
return callback(err);
}

@@ -128,0 +134,0 @@ }

2

package.json

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

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

@@ -8,0 +8,0 @@ "engines": {

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