Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/phishing-protection

Package Overview
Dependencies
Maintainers
2
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.6 to 3.0.7

2

build/protos/protos.json

@@ -12,3 +12,3 @@ {

"csharp_namespace": "Google.Cloud.PhishingProtection.V1Beta1",
"go_package": "google.golang.org/genproto/googleapis/cloud/phishingprotection/v1beta1;phishingprotection",
"go_package": "cloud.google.com/go/phishingprotection/apiv1beta1/phishingprotectionpb;phishingprotectionpb",
"java_multiple_files": true,

@@ -15,0 +15,0 @@ "java_outer_classname": "PhishingProtectionProto",

import * as v1beta1 from './v1beta1';
declare const PhishingProtectionServiceV1Beta1Client: typeof v1beta1.PhishingProtectionServiceV1Beta1Client;
declare type PhishingProtectionServiceV1Beta1Client = v1beta1.PhishingProtectionServiceV1Beta1Client;
type PhishingProtectionServiceV1Beta1Client = v1beta1.PhishingProtectionServiceV1Beta1Client;
export { v1beta1, PhishingProtectionServiceV1Beta1Client };

@@ -5,0 +5,0 @@ declare const _default: {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

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

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

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

@@ -127,3 +127,3 @@ import type * as gax from 'google-gax';

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing [ReportPhishingResponse]{@link google.cloud.phishingprotection.v1beta1.ReportPhishingResponse}.
* The first element of the array is an object representing {@link google.cloud.phishingprotection.v1beta1.ReportPhishingResponse | ReportPhishingResponse}.
* Please see the

@@ -130,0 +130,0 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

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

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -95,0 +97,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

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

## [3.0.7](https://github.com/googleapis/google-cloud-node/compare/phishing-protection-v3.0.6...phishing-protection-v3.0.7) (2023-02-15)
### Bug Fixes
* [Many APIs] changing format of the jsdoc links ([#3989](https://github.com/googleapis/google-cloud-node/issues/3989)) ([95399f7](https://github.com/googleapis/google-cloud-node/commit/95399f731547b06cde5ed0914d89c59fdc9fd968))
## [3.0.6](https://github.com/googleapis/google-cloud-node/compare/phishing-protection-v3.0.5...phishing-protection-v3.0.6) (2022-11-10)

@@ -9,0 +16,0 @@

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-phishingprotection",
"version": "3.0.6",
"version": "3.0.7",
"author": "Google LLC",

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

"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"sinon": "^15.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.6.4",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
"webpack-cli": "^5.0.0"
},

@@ -55,0 +55,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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