Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.0.0-0 to 3.0.0-2

dist/admin.d.ts

36

package.json
{
"name": "intercom-client",
"version": "3.0.0-0",
"version": "3.0.0-2",
"description": "Official Node bindings to the Intercom API",

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

"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.16.0",
"@babel/register": "^7.13.16",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/lodash": "^4.14.176",
"@types/mocha": "^9.0.0",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.6",

@@ -42,16 +36,9 @@ "@types/sinon": "^10.0.6",

"eslint-config-prettier": "^8.3.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.2.0",
"gulp-eslint": "^6.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"merge2": "^1.4.1",
"mocha": "^9.2.0",
"nock": "^13.0.11",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"sinon": "^7.3.2",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",

@@ -61,10 +48,13 @@ "typescript": "^4.5.3"

"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
"static": "eslint .",
"compile_ts": "tsc",
"prepublish": "yarn static && yarn compile_ts",
"test": "mocha -r ts-node/register test/*.ts",
"coverage": "nyc yarn test"
},
"engines": {
"node": ">= v0.10.0"
"node": ">= v8.0.0"
},
"license": "Apache-2.0",
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.1.1"
}
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