@hoth/utils
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -9,3 +9,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const resolve_from_1 = tslib_1.__importDefault(require("resolve-from")); | ||
const resolve_from_1 = (0, tslib_1.__importDefault)(require("resolve-from")); | ||
const url_1 = require("url"); | ||
@@ -42,3 +42,3 @@ function exit(message) { | ||
} | ||
return Promise.resolve().then(() => tslib_1.__importStar(require(url_1.pathToFileURL(module).toString()))).then(m => m.default); | ||
return Promise.resolve().then(() => (0, tslib_1.__importStar)(require((0, url_1.pathToFileURL)(module).toString()))).then(m => m.default); | ||
} | ||
@@ -45,0 +45,0 @@ exports.loadModule = loadModule; |
{ | ||
"name": "@hoth/utils", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "utils plugin for hoth framework", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
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
3906