New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

auto-approver

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-approver - npm Package Compare versions

Comparing version 1.13.2 to 1.13.3

4

dist/cjs/AutoApprover.js

@@ -56,3 +56,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const matchingRepositories = this.getMatchingRepositories(allRepositories, regex);
const resultPromises = matchingRepositories.map(({ pullRequests, repositorySlug }) => __awaiter(this, void 0, void 0, function* () {
const resultPromises = matchingRepositories.map((_a) => __awaiter(this, [_a], void 0, function* ({ pullRequests, repositorySlug }) {
const actionPromises = pullRequests.map(pullRequest => this.approveByPullNumber(repositorySlug, pullRequest.number));

@@ -80,3 +80,3 @@ const actionResults = yield Promise.all(actionPromises);

const matchingRepositories = this.getMatchingRepositories(allRepositories, regex);
const resultPromises = matchingRepositories.map(({ pullRequests, repositorySlug }) => __awaiter(this, void 0, void 0, function* () {
const resultPromises = matchingRepositories.map((_a) => __awaiter(this, [_a], void 0, function* ({ pullRequests, repositorySlug }) {
const actionPromises = pullRequests.map(pullRequest => this.commentOnPullRequest(repositorySlug, pullRequest.number, comment));

@@ -83,0 +83,0 @@ const actionResults = yield Promise.all(actionPromises);

@@ -5,4 +5,4 @@ {

"dependencies": {
"axios": "1.6.3",
"commander": "11.1.0",
"axios": "1.6.8",
"commander": "12.0.0",
"cosmiconfig": "9.0.0",

@@ -14,6 +14,6 @@ "logdown": "3.3.1"

"http-status-codes": "2.3.0",
"nock": "13.4.0",
"nock": "13.5.4",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vitest": "1.1.0"
"typescript": "5.4.4",
"vitest": "1.4.0"
},

@@ -52,4 +52,4 @@ "engines": {

"type": "module",
"version": "1.13.2",
"gitHead": "c73786d7e56bd967a8e5ce12b5e61012e7907eb5"
"version": "1.13.3",
"gitHead": "ca4256609abc0b2ce6b44c4d0691c250830e2993"
}
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