Socket
Socket
Sign inDemoInstall

@auto-it/core

Package Overview
Dependencies
196
Maintainers
1
Versions
974
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.1 to 11.0.2

2

dist/config.js

@@ -83,3 +83,3 @@ "use strict";

if (rawConfig.extends) {
rawConfig = deepmerge_1.default(rawConfig, await this.loadExtendConfig(rawConfig.extends));
rawConfig = deepmerge_1.default(await this.loadExtendConfig(rawConfig.extends), rawConfig);
}

@@ -86,0 +86,0 @@ this.checkDeprecated(rawConfig);

@@ -597,3 +597,3 @@ "use strict";

/** Create a release for the GitHub project */
async publish(releaseNotes, tag, prerelease = false, fallbackCommit) {
async publish(releaseNotes, tag, prerelease = false, fallbackCommit, latestRelease = false) {
this.logger.verbose.info("Creating release on GitHub for tag:", tag);

@@ -608,2 +608,3 @@ const result = await this.github.repos.createRelease({

prerelease,
make_latest: latestRelease,
});

@@ -610,0 +611,0 @@ this.logger.veryVerbose.info("Got response from createRelease\n", result);

{
"name": "@auto-it/core",
"version": "11.0.1",
"version": "11.0.2",
"description": "Node API for using auto.",

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

"dependencies": {
"@auto-it/bot-list": "11.0.1",
"@auto-it/bot-list": "11.0.2",
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",

@@ -104,3 +104,3 @@ "@octokit/core": "^3.5.1",

},
"gitHead": "398ce9cea98d9250171cb1facafa5fe27b013bd2"
"gitHead": "11d7d9da4a2aa66b30e63357812531fd46f086fc"
}

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc