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

@incanta/config

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incanta/config - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

7

lib/config.js

@@ -109,3 +109,3 @@ "use strict";

if (value === null) {
curObj[property] = {};
curObj[property] = null;
}

@@ -118,6 +118,3 @@ else {

};
if (obj === null) {
obj = {};
}
else {
if (obj !== null) {
walkObject(obj);

@@ -124,0 +121,0 @@ }

{
"name": "@incanta/config",
"version": "0.1.17",
"version": "0.1.18",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "exports": {

@@ -138,3 +138,3 @@ import merge from "lodash.merge";

if (value === null) {
curObj[property] = {};
curObj[property] = null;
} else {

@@ -147,5 +147,3 @@ walkObject(value);

if (obj === null) {
obj = {};
} else {
if (obj !== null) {
walkObject(obj);

@@ -152,0 +150,0 @@ }

Sorry, the diff of this file is not supported yet

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