intercom-client
Advanced tools
Comparing version 3.0.0-0 to 3.0.0-2
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
189950
18
115
2545
1