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.0.5-canary.5920.0 to 7.0.5

4

dist/auto.js

@@ -972,4 +972,4 @@ "use strict";

this.logger.verbose.warn("Got author: " + JSON.stringify(packageAuthor, undefined, 2));
email = packageAuthor ? packageAuthor.email : email;
name = packageAuthor ? packageAuthor.name : name;
email = !email && packageAuthor ? packageAuthor.email : email;
name = !name && packageAuthor ? packageAuthor.name : name;
if (!email) return [3 /*break*/, 6];

@@ -976,0 +976,0 @@ return [4 /*yield*/, exec_promise_1.default('git', ['config', 'user.email', "\"" + email + "\""])];

{
"name": "@auto-it/core",
"version": "7.0.5-canary.5920.0",
"version": "7.0.5",
"description": "Node API for using auto.",

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

},
"gitHead": "f3f2585a6482c67474d75f2376c0a29181921e63"
"gitHead": "72303e19e9baedc1f84749c72adfcd8427528317"
}

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