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

oconf

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oconf - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

18

lib/index.js

@@ -27,10 +27,12 @@ /*

if (obj['#include'] !== undefined) {
// Figure out the target filename.
var dirname = path.dirname(currentFile),
newFilename = path.resolve(dirname, obj['#include']);
obj = cjson.extend(
true,
loadFile(newFilename, loadedFiles),
obj
);
Array.isArray(obj['#include']) ? obj['#include'] : [obj['#include']].reverse().forEach(function (include) {
// Figure out the target filename.
var dirname = path.dirname(currentFile),
newFilename = path.resolve(dirname, include);
obj = cjson.extend(
true,
loadFile(newFilename, loadedFiles),
obj
);
});
delete obj['#include'];

@@ -37,0 +39,0 @@ }

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

"description": "Configuration",
"version": "0.0.7",
"version": "0.0.8",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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