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.8.2 to 2.8.3

dist/scroll.js

7

dist/contact.js

@@ -9,2 +9,8 @@ 'use strict';

var _scroll = require('./scroll');
var _scroll2 = _interopRequireDefault(_scroll);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -17,2 +23,3 @@

this.client = client;
this.scroll = new _scroll2.default(this.client, 'contact');
}

@@ -19,0 +26,0 @@

@@ -13,2 +13,6 @@ 'use strict';

var _scroll = require('./scroll');
var _scroll2 = _interopRequireDefault(_scroll);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -23,2 +27,3 @@

this.client = client;
this.scroll = new _scroll2.default(this.client, 'user');
}

@@ -25,0 +30,0 @@

2

package.json
{
"name": "intercom-client",
"version": "2.8.2",
"version": "2.8.3",
"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