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.8 to 0.0.9

2

lib/index.js

@@ -27,3 +27,3 @@ /*

if (obj['#include'] !== undefined) {
Array.isArray(obj['#include']) ? obj['#include'] : [obj['#include']].reverse().forEach(function (include) {
(Array.isArray(obj['#include']) ? obj['#include'].reverse() : [obj['#include']]).forEach(function (include) {
// Figure out the target filename.

@@ -30,0 +30,0 @@ var dirname = path.dirname(currentFile),

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

"description": "Configuration",
"version": "0.0.8",
"version": "0.0.9",
"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