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

etc

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etc - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

8

etc.js

@@ -8,3 +8,3 @@ var util = require('util')

, findPackage = require('witwip')
, eventflow = require('eventflow')
, createHooks = require('stact-hooks')
, merge = require('tea-merge')

@@ -25,3 +25,3 @@ , clone = require('clone');

this.conf = {};
eventflow(this);
this.hooks = createHooks();
}

@@ -223,3 +223,3 @@

Etc.prototype.load = function (cb) {
this.series('load', cb);
this.hooks('load').run(cb);
return this;

@@ -229,4 +229,4 @@ };

Etc.prototype.save = function (cb) {
this.series('save', cb);
this.hooks('save').run(cb);
return this;
};
{
"name": "etc",
"version": "0.2.2",
"version": "0.3.0",
"description": "Configuration loader for node.js applications",

@@ -17,3 +17,3 @@ "main": "etc.js",

"witwip": "~0.0.2",
"eventflow": "~0.0.11",
"stact-hooks": "~0.0.1",
"tea-merge": "~0.1.0",

@@ -20,0 +20,0 @@ "clone": "~0.1.6"

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