@artus/core
Advanced tools
Comparing version 2.1.2-alpha.0 to 2.1.2-alpha.1
"use strict"; | ||
var _a; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -11,3 +10,3 @@ const tslib_1 = require("tslib"); | ||
async function compatibleRequire(path, origin = false) { | ||
const requiredModule = await (_a = path, Promise.resolve().then(() => tslib_1.__importStar(require(_a)))); | ||
const requiredModule = await import(path); | ||
(0, assert_1.default)(requiredModule, `module '${path}' exports is undefined`); | ||
@@ -14,0 +13,0 @@ return origin ? requiredModule : (requiredModule.default || requiredModule); |
{ | ||
"name": "@artus/core", | ||
"version": "2.1.2-alpha.0", | ||
"version": "2.1.2-alpha.1", | ||
"description": "Core package of Artus", | ||
@@ -74,2 +74,2 @@ "main": "./lib/index.js", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
199710
192
3324
12
1