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.6-canary.451.5945.0 to 7.0.6-canary.451.5951.0

6

dist/auto.js

@@ -624,7 +624,9 @@ "use strict";

newVersion = result;
message = options.message || 'Published PR with canary version: `%v`';
message = options.message || 'Published PR with canary version: %v';
if (!(message !== 'false' && pr)) return [3 /*break*/, 7];
return [4 /*yield*/, this.prBody({
pr: Number(pr),
message: message.replace('%v', newVersion),
message: message.replace('%v', !newVersion || newVersion.includes('\n')
? newVersion
: "`" + newVersion + "`"),
context: 'canary-version'

@@ -631,0 +633,0 @@ })];

{
"name": "@auto-it/core",
"version": "7.0.6-canary.451.5945.0",
"version": "7.0.6-canary.451.5951.0",
"description": "Node API for using auto.",

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

},
"gitHead": "0aeab62179e308ef3631fecb1ab91d698ee89c4f"
"gitHead": "c2ea5ba3eb183eea1df43c019bcd4033f95ecd48"
}

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