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

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-core - npm Package Compare versions

Comparing version 2.6.35 to 2.6.36

3

libs/index.js

@@ -656,2 +656,3 @@ import { Container } from './chunk-W3HD2EFH.js';

}
strArray[0] = typeof strArray[0] !== "undefined";
if (typeof strArray[0] !== "string") {

@@ -669,3 +670,3 @@ throw new TypeError("Url must be a string. Received " + strArray[0]);

for (let i = 0; i < strArray.length; i++) {
let component = strArray[i];
let component = strArray[i] === void 0 ? "" : strArray[i];
if (typeof component !== "string") {

@@ -672,0 +673,0 @@ throw new TypeError("Url must be a string. Received " + component);

{
"name": "@deboxsoft/module-core",
"version": "2.6.35",
"version": "2.6.36",
"license": "SEE LICENSE IN LICENSE",

@@ -5,0 +5,0 @@ "maintainers": [

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