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

@artus/core

Package Overview
Dependencies
Maintainers
8
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artus/core - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

lib/loader/factory.js

@@ -53,4 +53,2 @@ "use strict";

for (const item of itemList) {
item.path = root ? path.join(root, item.path) : item.path;
item.loader = (_a = item.loader) !== null && _a !== void 0 ? _a : constant_1.DEFAULT_LOADER;
if (!itemMap.has(item.loader)) {

@@ -60,3 +58,3 @@ // compatible for custom loader

}
itemMap.get(item.loader).push(item);
itemMap.get(item.loader).push(Object.assign(Object.assign({}, item), { path: root ? path.join(root, item.path) : item.path, loader: (_a = item.loader) !== null && _a !== void 0 ? _a : constant_1.DEFAULT_LOADER }));
}

@@ -63,0 +61,0 @@ // trigger loader

{
"name": "@artus/core",
"version": "1.0.8",
"version": "1.0.9",
"description": "Core package of Artus",

@@ -5,0 +5,0 @@ "main": "./lib/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