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 7.1.3 to 7.1.4-canary.6256.0

12

dist/utils/load-plugins.js

@@ -50,8 +50,14 @@ "use strict";

}
if ('default' in plugin && plugin.default) {
return new plugin.default(options);
try {
if ('default' in plugin && plugin.default) {
return new plugin.default(options);
}
return new plugin(options);
}
return new plugin(options);
catch (error) {
logger.log.error("Plugin at the following path encountered an error: " + pluginPath);
throw error;
}
}
exports.default = loadPlugin;
//# sourceMappingURL=load-plugins.js.map
{
"name": "@auto-it/core",
"version": "7.1.3",
"version": "7.1.4-canary.6256.0",
"description": "Node API for using auto.",

@@ -79,3 +79,3 @@ "main": "dist/auto.js",

},
"gitHead": "8b5ed5df5b384326e54d4973d8d95d9cf3278f5e"
"gitHead": "9450b4ef7a45424667ffbf331552e5894254be58"
}

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