Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@auto-it/core

Package Overview
Dependencies
Maintainers
1
Versions
982
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
11.3.2
to
11.3.3
+3
-2
dist/__tests__/git.test.js

@@ -291,7 +291,8 @@ "use strict";

await gh.searchRepo({
q: "is:pr is:open",
q: "is:pr AND is:open",
order: "desc",
});
expect(issuesAndPullRequests).toHaveBeenCalledWith({
q: "repo:Adam Dierkens/test is:pr is:open",
advanced_search: true,
q: "repo:Adam Dierkens/test AND (is:pr AND is:open)",
order: "desc",

@@ -298,0 +299,0 @@ });

+2
-1

@@ -363,3 +363,4 @@ "use strict";

const repo = `repo:${this.options.owner}/${this.options.repo}`;
options.q = `${repo} ${options.q}`;
options.q = `${repo} AND (${options.q})`;
options.advanced_search = true;
this.logger.verbose.info("Searching repo using:\n", options);

@@ -366,0 +367,0 @@ const result = await this.github.search.issuesAndPullRequests(options);

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

const prsSinceLastRelease = await this.git.searchRepo({
q: `is:pr is:merged merged:>=${lastRelease.published_at}`,
q: `is:pr AND is:merged AND merged:>=${lastRelease.published_at}`,
});

@@ -305,0 +305,0 @@ if (!prsSinceLastRelease || !prsSinceLastRelease.items) {

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

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

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

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

},
"gitHead": "f455ccda5301df8f100d98cbee01e5ce4da8f62f"
"gitHead": "1b5aabcf8acafb4028e75cd1cdd73dca6cc89673"
}

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

Sorry, the diff of this file is not supported yet