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 6.5.1-canary.406.5645.16 to 6.5.1-canary.406.5663.17

2

dist/__tests__/git.test.js

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

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

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

@@ -720,3 +720,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*(" + id + ")");
body = issue.data.body;

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

{
"name": "@auto-it/core",
"version": "6.5.1-canary.406.5645.16+caa7b21",
"version": "6.5.1-canary.406.5663.17+79fd3c2",
"description": "Node API for using auto.",

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

},
"gitHead": "caa7b21bd6b374020958b22086b1d7e63b5f6436"
"gitHead": "79fd3c23ac0f2a96956504dd511184a723423b86"
}

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