New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.1 to 2.5.2

3

commands/notify-slack.js

@@ -12,3 +12,2 @@ const { post } = require('../request.js');

const {
SLACK_BEARER_TOKEN,
CIRCLE_PROJECT_REPONAME,

@@ -19,3 +18,2 @@ CIRCLE_PROJECT_USERNAME,

} = checkEnvVariables([
'SLACK_BEARER_TOKEN',
'CIRCLE_PROJECT_REPONAME',

@@ -186,2 +184,3 @@ 'CIRCLE_PROJECT_USERNAME',

try {
const { SLACK_BEARER_TOKEN } = checkEnvVariables(['SLACK_BEARER_TOKEN']);
await post(slackUrl, {

@@ -188,0 +187,0 @@ headers: {

{
"name": "@aircall/ci-scripts",
"version": "2.5.1",
"version": "2.5.2",
"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