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.19 to 0.1.20

2

lib/config.js

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

if (configSettings.defaults.dir) {
defaultConfigDir = configSettings.defaults.configDir;
defaultConfigDir = configSettings.defaults.dir;
}

@@ -28,0 +28,0 @@ if (configSettings.defaults.env) {

{
"name": "@incanta/config",
"version": "0.1.19",
"version": "0.1.20",
"main": "lib/index.js",

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

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

if (configSettings.defaults.dir) {
defaultConfigDir = configSettings.defaults.configDir;
defaultConfigDir = configSettings.defaults.dir;
}

@@ -38,0 +38,0 @@

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