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.3 to 0.0.4

4

history.md

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

# 0.0.4 / 2014-11-24
* Updating dependencies
# 0.0.3 / 2014-11-24

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

4

package.json

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

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

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

"dependencies": {
"async": "~0.2.10"
"async": "^0.9.0"
},

@@ -22,0 +22,0 @@ "devDependencies": {

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

var
settings = require('settings'),
settings = require('settings-lib'),
options = {

@@ -105,3 +105,3 @@ readEnvironmentMap : {

var
settings = require('settings'),
settings = require('settings-lib'),
options = {

@@ -108,0 +108,0 @@ readCommandLineMap : {

Sorry, the diff of this file is not supported yet

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