New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

configuration

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configuration - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

44

package.json
{
"author":"Thomas Fritz <fritztho@gmail.com>",
"name":"configuration",
"description":"Simple light-weight configuration and setting module extending EventEmitter",
"version":"0.0.4",
"homepage":"https://github.com/thomasfr/node-configuration",
"scripts":{
"test":"make test"
"author": "Thomas Fritz <fritztho@gmail.com>",
"name": "configuration",
"description": "Simple light-weight configuration and setting module extending EventEmitter",
"version": "0.1.0",
"homepage": "https://github.com/thomasfr/node-configuration",
"scripts": {
"test": "make test"
},
"repository":{
"type":"git",
"url":"git://github.com/thomasfr/node-configuration.git"
"repository": {
"type": "git",
"url": "git://github.com/thomasfr/node-configuration.git"
},
"dependencies":{
"underscore":"~1.3"
"dependencies": {
"underscore": "~1.3.3"
},
"engines":{
"node":"~0.6.0"
"engines": {
"node": "~0.6.19"
},
"devDependencies":{
"mocha":"latest",
"should":"latest"
"devDependencies": {
"mocha": "latest",
"should": "latest"
},
"optionalDependencies":{},
"keywords":["configuration", "config", "setup", "configure", "settings"]
"optionalDependencies": {},
"keywords": [
"configuration",
"config",
"setup",
"configure",
"settings"
]
}

@@ -7,3 +7,10 @@ Configuration

Installation
============
```
npm install configuration
```
Usage

@@ -10,0 +17,0 @@ =====

@@ -1,2 +0,2 @@

var Configuration = require('../');
var Configuration = require('../index');
var should = require('should');

@@ -34,3 +34,3 @@

done();
})
});
});

@@ -153,4 +153,4 @@ });

});
})
});
});

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