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

biewangle

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biewangle - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/cjs/SettingManagerFactory.js

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

var _a, _b;
return (_b = (_a = overrideDefaultObj[key]) !== null && _a !== void 0 ? _a : _this.getSetting(key)) !== null && _b !== void 0 ? _b : defaultValue;
return (_b = (_a = _this.getSetting(key)) !== null && _a !== void 0 ? _a : overrideDefaultObj[key]) !== null && _b !== void 0 ? _b : defaultValue;
};

@@ -81,0 +81,0 @@ const configObject = settingFields.reduce((obj, f) => {

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

var _a, _b;
return (_b = (_a = overrideDefaultObj[key]) !== null && _a !== void 0 ? _a : _this.getSetting(key)) !== null && _b !== void 0 ? _b : defaultValue;
return (_b = (_a = _this.getSetting(key)) !== null && _a !== void 0 ? _a : overrideDefaultObj[key]) !== null && _b !== void 0 ? _b : defaultValue;
};

@@ -81,0 +81,0 @@ const configObject = settingFields.reduce((obj, f) => {

{
"name": "biewangle",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",

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