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

@auto-it/core

Package Overview
Dependencies
Maintainers
1
Versions
977
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-it/core - npm Package Compare versions

Comparing version 10.24.0 to 10.24.1

5

dist/utils/try-require.js

@@ -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) {

7

package.json
{
"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

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