@auto-it/core
Advanced tools
Comparing version 10.24.0 to 10.24.1
@@ -5,2 +5,3 @@ "use strict"; | ||
const import_cwd_1 = tslib_1.__importDefault(require("import-cwd")); | ||
const requireg_1 = tslib_1.__importDefault(require("requireg")); | ||
const import_from_1 = tslib_1.__importDefault(require("import-from")); | ||
@@ -26,4 +27,4 @@ const logger_1 = tslib_1.__importDefault(require("./logger")); | ||
try { | ||
// Require from __dirname. Needed for npx and global installs | ||
return require(tryPath); | ||
// Require from __dirname and then common global package places. Needed for npx and global installs | ||
return requireg_1.default(tryPath); | ||
} | ||
@@ -30,0 +31,0 @@ catch (error) { |
{ | ||
"name": "@auto-it/core", | ||
"version": "10.24.0", | ||
"version": "10.24.1", | ||
"description": "Node API for using auto.", | ||
@@ -40,3 +40,3 @@ "main": "dist/auto.js", | ||
"dependencies": { | ||
"@auto-it/bot-list": "10.24.0", | ||
"@auto-it/bot-list": "10.24.1", | ||
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", | ||
@@ -69,2 +69,3 @@ "@octokit/plugin-enterprise-compatibility": "^1.2.2", | ||
"pretty-ms": "^7.0.0", | ||
"requireg": "^0.2.2", | ||
"semver": "^7.0.0", | ||
@@ -100,3 +101,3 @@ "signale": "^1.4.0", | ||
}, | ||
"gitHead": "7b61b46f0ba82a6e1c621f115bbc8ee7f892546d" | ||
"gitHead": "16d0b6ce4f86331da2ed08320bb6b0ab11c7f354" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
1232149
16358
40
39
+ Addedrequireg@^0.2.2
+ Added@auto-it/bot-list@10.24.1(transitive)
+ Addeddeep-extend@0.6.0(transitive)
+ Addedini@1.3.8(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addednested-error-stacks@2.0.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedrc@1.2.8(transitive)
+ Addedrequireg@0.2.2(transitive)
+ Addedresolve@1.7.1(transitive)
+ Addedstrip-json-comments@2.0.1(transitive)
- Removed@auto-it/bot-list@10.24.0(transitive)
Updated@auto-it/bot-list@10.24.1