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

app-etc-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-etc-config - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

lib/config.js

@@ -56,6 +56,7 @@ 'use strict';

});
delete opts.schema;
delete opts.formats;
delete opts.ext;
}
delete opts.schema;
delete opts.formats;
delete opts.ext;
this._opts = merge( {}, DEFAULTS, opts );

@@ -62,0 +63,0 @@ this._name = typeName( this );

{
"name": "app-etc-config",
"version": "0.0.3",
"version": "0.0.4",
"description": "Creates a configuration API.",

@@ -30,2 +30,3 @@ "author": {

"configuration",
"conf",
"settings",

@@ -43,3 +44,6 @@ "env",

"cjson",
"alce"
"alce",
"json5",
"hjson",
"properties"
],

@@ -46,0 +50,0 @@ "bugs": {

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