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

intercom-client

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intercom-client - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

2

dist/client.js

@@ -223,3 +223,3 @@ 'use strict';

var message = null;
if (Array.isArray(res.body.errors) && res.body.errors[0] && 'message' in res.body.errors) {
if (Array.isArray(res.body.errors) && res.body.errors[0] && 'message' in res.body.errors[0]) {
// Try to use the first errors message

@@ -226,0 +226,0 @@ message = res.body.errors[0].message;

{
"name": "intercom-client",
"version": "2.10.0",
"version": "2.10.1",
"description": "Official Node bindings to the Intercom API",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/intercom/intercom-node",

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