Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aircall/ci-scripts

Package Overview
Dependencies
Maintainers
7
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aircall/ci-scripts - npm Package Compare versions

Comparing version 2.6.3 to 2.6.4

4

github.js

@@ -211,3 +211,3 @@ const { get, patch, post } = require('./request.js');

const query = `{repository(${repository}) {
pullRequests(states: MERGED, last: 100, baseRefName: "master") {
pullRequests(states: MERGED, first: 100, baseRefName: "master", orderBy: {field: UPDATED_AT, direction: DESC}) {
${prFragment}

@@ -220,3 +220,3 @@ }

return pullRequestsdata.data.repository.pullRequests.edges.map(PR => PR.node);
return pullRequestsdata.data.repository.pullRequests.nodes;
};

@@ -223,0 +223,0 @@

{
"name": "@aircall/ci-scripts",
"version": "2.6.3",
"version": "2.6.4",
"dependencies": {},

@@ -5,0 +5,0 @@ "main": "ci-scripts.js",

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