Socket
Socket
Sign inDemoInstall

@google-cloud/phishing-protection

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/phishing-protection - npm Package Compare versions

Comparing version 3.0.4 to 3.0.6

2

build/src/index.js
"use strict";
// Copyright 2020 Google LLC
// Copyright 2022 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -7,2 +7,16 @@ # Changelog

## [3.0.6](https://github.com/googleapis/google-cloud-node/compare/phishing-protection-v3.0.5...phishing-protection-v3.0.6) (2022-11-10)
### Bug Fixes
* Regenerated proto JS and TS definitions (generator update) ([#3472](https://github.com/googleapis/google-cloud-node/issues/3472)) ([5e2230d](https://github.com/googleapis/google-cloud-node/commit/5e2230dfc4302bb2ac9628ff4200eb46509e103d))
## [3.0.5](https://github.com/googleapis/google-cloud-node/compare/phishing-protection-v3.0.4...phishing-protection-v3.0.5) (2022-11-03)
### Bug Fixes
* **deps:** Use google-gax v3.5.2 ([#3478](https://github.com/googleapis/google-cloud-node/issues/3478)) ([09305e0](https://github.com/googleapis/google-cloud-node/commit/09305e06548b89dc17bb3d3167e2d1e69588caa4))
## [3.0.4](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.3...v3.0.4) (2022-09-22)

@@ -9,0 +23,0 @@

{
"repository": "googleapis/nodejs-phishing-protection",
"name": "@google-cloud/phishing-protection",
"version": "3.0.4",
"repository": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-node.git",
"directory": "packages/google-cloud-phishingprotection"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-phishingprotection",
"version": "3.0.6",
"author": "Google LLC",

@@ -26,7 +31,7 @@ "description": "Phishing Protection API client for Node.js",

"dependencies": {
"google-gax": "^3.3.0"
"google-gax": "^3.5.2"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/sinon": "^10.0.0",

@@ -36,3 +41,3 @@ "c8": "^7.0.0",

"gts": "^3.1.0",
"jsdoc": "^3.6.2",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",

@@ -55,4 +60,4 @@ "jsdoc-region-tag": "^2.0.0",

"fix": "gts fix",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"system-test": "mocha build/system-test",
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
"system-test": "npm run compile && c8 mocha build/system-test",
"predocs-test": "npm run docs",

@@ -59,0 +64,0 @@ "docs-test": "linkinator docs",

@@ -5,3 +5,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

# [Phishing Protection: Node.js Client](https://github.com/googleapis/nodejs-phishing-protection)
# [Phishing Protection: Node.js Client](https://github.com/googleapis/google-cloud-node)

@@ -18,7 +18,7 @@ [![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/nodejs-phishing-protection/blob/main/CHANGELOG.md).
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-phishingprotection/CHANGELOG.md).
* [Phishing Protection Node.js Client API Reference][client-docs]
* [Phishing Protection Documentation][product-docs]
* [github.com/googleapis/nodejs-phishing-protection](https://github.com/googleapis/nodejs-phishing-protection)
* [github.com/googleapis/google-cloud-node/packages/google-cloud-phishingprotection](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-phishingprotection)

@@ -84,7 +84,9 @@ Read more about the client libraries for Cloud APIs, including the older

Samples are in the [`samples/`](https://github.com/googleapis/nodejs-phishing-protection/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Quickstart | [source code](https://github.com/googleapis/nodejs-phishing-protection/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-phishing-protection&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
| Phishing_protection_service_v1_beta1.report_phishing | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-phishingprotection/samples/generated/v1beta1/phishing_protection_service_v1_beta1.report_phishing.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-phishingprotection/samples/generated/v1beta1/phishing_protection_service_v1_beta1.report_phishing.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-phishingprotection/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-phishingprotection/samples/quickstart.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-phishingprotection/samples/test/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-phishingprotection/samples/test/quickstart.js,samples/README.md) |

@@ -138,3 +140,3 @@

Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-phishing-protection/blob/main/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md).

@@ -151,3 +153,3 @@ Please note that this `README.md`, the `samples/README.md`,

See [LICENSE](https://github.com/googleapis/nodejs-phishing-protection/blob/main/LICENSE)
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)

@@ -154,0 +156,0 @@ [client-docs]: https://cloud.google.com/nodejs/docs/reference/phishing-protection/latest

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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