Socket
Socket
Sign inDemoInstall

@auto-it/core

Package Overview
Dependencies
184
Maintainers
1
Versions
974
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.4 to 11.0.5

2

dist/__tests__/auto-make-changelog.test.js

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

expect(addToChangelog).toHaveBeenCalled();
});
}, 10000);
});
//# sourceMappingURL=auto-make-changelog.test.js.map

@@ -243,5 +243,6 @@ "use strict";

: "";
const maxNumber = 2147483647;
const log = await gitlog_1.gitlogPromise({
repo: process.cwd(),
number: Number.MAX_SAFE_INTEGER,
number: maxNumber,
fields: ["hash", "authorName", "authorEmail", "rawBody"],

@@ -248,0 +249,0 @@ // If start === firstCommit then we want to include that commit in the changelog

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

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

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

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

},
"gitHead": "af71ce54bba8cb83c69d2f980316c85349af2ffd"
"gitHead": "80f70b015c2252bb8d93dfad3f4ec812c16335be"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc