@google-cloud/phishing-protection
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -7,2 +7,9 @@ # Changelog | ||
## [1.5.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.4.0...v1.5.0) (2020-01-03) | ||
### Features | ||
* move to typescript code generation ([#66](https://www.github.com/googleapis/nodejs-phishing-protection/issues/66)) ([9a8ee35](https://www.github.com/googleapis/nodejs-phishing-protection/commit/9a8ee35359e586ecf49b4ab67ade5705580fa496)) | ||
## [1.4.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.3.2...v1.4.0) (2019-12-05) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"repository": "googleapis/nodejs-phishing-protection", | ||
"name": "@google-cloud/phishing-protection", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"author": "Google LLC", | ||
"description": "Phishing Protection API client for Node.js", | ||
"main": "src/index.js", | ||
"main": "build/src/index.js", | ||
"files": [ | ||
"protos", | ||
"src", | ||
"build/protos", | ||
"build/src", | ||
"AUTHORS", | ||
@@ -28,11 +28,15 @@ "COPYING" | ||
"dependencies": { | ||
"google-gax": "^1.7.5" | ||
"google-gax": "^1.9.0" | ||
}, | ||
"devDependencies": { | ||
"c8": "^6.0.0", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.0", | ||
"c8": "^7.0.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.0.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"gts": "^1.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
"jsdoc": "^3.6.2", | ||
@@ -42,14 +46,25 @@ "jsdoc-fresh": "^1.0.1", | ||
"linkinator": "^1.4.0", | ||
"mocha": "^6.0.0", | ||
"prettier": "^1.17.0" | ||
"mocha": "^6.1.4", | ||
"null-loader": "^3.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"power-assert": "^1.4.4", | ||
"prettier": "^1.17.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.7.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"scripts": { | ||
"test": "c8 mocha build/test", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"fix": "eslint . --fix", | ||
"lint": "eslint .", | ||
"test": "c8 mocha test/*.js", | ||
"lint": "gts fix && eslint --fix samples/*.js", | ||
"fix": "gts fix", | ||
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", | ||
"system-test": "mocha build/system-test", | ||
"predocs-test": "npm run docs", | ||
"docs-test": "linkinator docs", | ||
"samples-test": "c8 mocha samples/test/*.js", | ||
"system-test": "c8 mocha --timeout=5000 system-test/*.js" | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"prepare": "npm run compile" | ||
}, | ||
@@ -56,0 +71,0 @@ "license": "Apache-2.0", |
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
859284
20
14883
23
1
Updatedgoogle-gax@^1.9.0