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.0-canary.5996.0 to 7.1.0

2

dist/__tests__/git.test.js

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

data: {
body: '# My Content\n<!-- GITHUB_RELEASE PR BODY: default -->\n\n\nSome long thing\n<!-- GITHUB_RELEASE PR BODY: default -->\n'
body: '# My Content\n<!-- GITHUB_RELEASE PR BODY: default -->\n\n\nSome long thing\nand more\n<!-- GITHUB_RELEASE PR BODY: default -->\n'
}

@@ -494,0 +494,0 @@ });

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

case 9:
this.logger.log.info("Would have released: " + newVersion);
this.logger.log.info("Would have released (unless ran with \"shipit\"): " + newVersion);
_e.label = 10;

@@ -930,0 +930,0 @@ case 10: return [4 /*yield*/, this.hooks.afterRelease.promise({

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

this.logger.veryVerbose.info('Got PR description\n', issue.data.body);
regex = new RegExp("(" + id + ")\\s*(.*)\\s*(" + id + ")");
regex = new RegExp("(" + id + ")\\s*([\\S\\s]*)\\s*(" + id + ")");
body = issue.data.body;

@@ -721,0 +721,0 @@ if (body.match(regex)) {

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

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

"@atomist/slack-messages": "~1.1.0",
"@octokit/graphql": "^2.1.1",
"@octokit/plugin-enterprise-compatibility": "^1.1.0",
"@octokit/graphql": "^2.1.2",
"@octokit/plugin-enterprise-compatibility": "^1.1.1",
"@octokit/plugin-retry": "^2.2.0",
"@octokit/plugin-throttling": "^2.5.0",
"@octokit/rest": "^16.24.1",
"@octokit/plugin-throttling": "^2.6.0",
"@octokit/rest": "16.28.1",
"arr-flatten": "^1.1.0",

@@ -80,3 +80,3 @@ "cosmiconfig": "5.2.0",

},
"gitHead": "99ba6c89aa081447091c0040c43d931c00dc0684"
"gitHead": "f194155eebd2e1c72ae40ea8ffa0c8ed64c5fd7f"
}

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 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