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 1.5.1 to 1.6.0

2

build/src/index.d.ts

@@ -9,1 +9,3 @@ import * as v1beta1 from './v1beta1';

export default _default;
import * as protos from '../protos/protos';
export { protos };

@@ -27,2 +27,4 @@ "use strict";

exports.default = { v1beta1, PhishingProtectionServiceV1Beta1Client };
const protos = require("../protos/protos");
exports.protos = protos;
//# sourceMappingURL=index.js.map

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

## [1.6.0](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.5.1...v1.6.0) (2020-02-28)
### Features
* export protos in src/index.ts ([a33f101](https://www.github.com/googleapis/nodejs-phishing-protection/commit/a33f1015e429fd0fa2d6492c48818c32e0dc075d))
### [1.5.1](https://www.github.com/googleapis/nodejs-phishing-protection/compare/v1.5.0...v1.5.1) (2020-01-28)

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

11

package.json
{
"repository": "googleapis/nodejs-phishing-protection",
"name": "@google-cloud/phishing-protection",
"version": "1.5.1",
"version": "1.6.0",
"author": "Google LLC",

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

"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/mocha": "^7.0.0",
"@types/node": "^12.0.0",

@@ -41,11 +41,9 @@ "c8": "^7.0.0",

"gts": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.2",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.4.0",
"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"null-loader": "^3.0.0",
"pack-n-play": "^1.0.0-2",
"power-assert": "^1.4.4",
"prettier": "^1.17.0",

@@ -69,3 +67,4 @@ "ts-loader": "^6.2.1",

"compile-protos": "compileProtos src",
"prepare": "npm run compile"
"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm i"
},

@@ -72,0 +71,0 @@ "license": "Apache-2.0",

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