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 2.0.0 to 2.0.1

6

build/protos/protos.json

@@ -486,2 +486,6 @@ {

"id": 8
},
"proto3Optional": {
"type": "bool",
"id": 17
}

@@ -722,3 +726,3 @@ },

"options": {
"default": false
"default": true
}

@@ -725,0 +729,0 @@ },

9

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

@@ -16,6 +16,7 @@ // Licensed under the Apache License, Version 2.0 (the "License");

//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** This file is automatically generated by synthtool. **
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **
Object.defineProperty(exports, "__esModule", { value: true });
exports.protos = exports.PhishingProtectionServiceV1Beta1Client = exports.v1beta1 = void 0;
const v1beta1 = require("./v1beta1");

@@ -25,4 +26,2 @@ exports.v1beta1 = v1beta1;

exports.PhishingProtectionServiceV1Beta1Client = PhishingProtectionServiceV1Beta1Client;
// For compatibility with JavaScript libraries we need to provide this default export:
// tslint:disable-next-line no-default-export
exports.default = { v1beta1, PhishingProtectionServiceV1Beta1Client };

@@ -29,0 +28,0 @@ const protos = require("../protos/protos");

@@ -21,3 +21,3 @@ "use strict";

var phishing_protection_service_v1_beta1_client_1 = require("./phishing_protection_service_v1_beta1_client");
exports.PhishingProtectionServiceV1Beta1Client = phishing_protection_service_v1_beta1_client_1.PhishingProtectionServiceV1Beta1Client;
Object.defineProperty(exports, "PhishingProtectionServiceV1Beta1Client", { enumerable: true, get: function () { return phishing_protection_service_v1_beta1_client_1.PhishingProtectionServiceV1Beta1Client; } });
//# sourceMappingURL=index.js.map

@@ -20,2 +20,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.PhishingProtectionServiceV1Beta1Client = void 0;
const gax = require("google-gax");

@@ -22,0 +23,0 @@ const path = require("path");

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

### [2.0.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v2.0.0...v2.0.1) (2020-06-04)
### Bug Fixes
* regenerate unit tests ([#144](https://www.github.com/googleapis/nodejs-phishing-protection/issues/144)) ([04040e7](https://www.github.com/googleapis/nodejs-phishing-protection/commit/04040e7ad95097e91239b16fca19be2ec8198dae))
* synth.py clean up for multiple version ([#146](https://www.github.com/googleapis/nodejs-phishing-protection/issues/146)) ([fb742da](https://www.github.com/googleapis/nodejs-phishing-protection/commit/fb742da98a4dfce28925b3cc0c903da0df816fab))
## [2.0.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.7.0...v2.0.0) (2020-04-14)

@@ -9,0 +17,0 @@

{
"repository": "googleapis/nodejs-phishing-protection",
"name": "@google-cloud/phishing-protection",
"version": "2.0.0",
"version": "2.0.1",
"author": "Google LLC",

@@ -40,6 +40,6 @@ "description": "Phishing Protection API client for Node.js",

"mocha": "^7.0.0",
"null-loader": "^3.0.0",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^9.0.1",
"ts-loader": "^6.2.1",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",

@@ -52,3 +52,3 @@ "webpack": "^4.41.2",

"docs": "jsdoc -c .jsdoc.js",
"lint": "gts fix",
"lint": "gts check",
"fix": "gts fix",

@@ -63,3 +63,4 @@ "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",

"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm install"
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean"
},

@@ -66,0 +67,0 @@ "license": "Apache-2.0",

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

Sorry, the diff of this file is not supported yet

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