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

@google-cloud/dlp

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/dlp - npm Package Compare versions

Comparing version 1.9.0 to 2.0.0

build/protos/google/cloud/common_resources.proto

11

CHANGELOG.md

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

## [2.0.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.9.0...v2.0.0) (2020-01-28)
### ⚠ BREAKING CHANGES
* move to typescript code generation (#393)
### Features
* move to typescript code generation ([#393](https://www.github.com/googleapis/nodejs-dlp/issues/393)) ([67e0811](https://www.github.com/googleapis/nodejs-dlp/commit/67e08118c6c64e525b9ac1e7363353acf1cb0875))
## [1.9.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.8.0...v1.9.0) (2019-12-30)

@@ -9,0 +20,0 @@

39

package.json
{
"name": "@google-cloud/dlp",
"description": "DLP API client for Node.js",
"version": "1.9.0",
"version": "2.0.0",
"license": "Apache-2.0",

@@ -11,6 +11,6 @@ "author": "Google Inc",

"repository": "googleapis/nodejs-dlp",
"main": "src/index.js",
"main": "build/src/index.js",
"files": [
"protos",
"src",
"build/protos",
"build/src",
"AUTHORS",

@@ -33,16 +33,22 @@ "COPYING"

"scripts": {
"test": "c8 mocha build/test",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"system-test": "mocha build/system-test",
"docs": "jsdoc -c .jsdoc.js",
"lint": "eslint '**/*.js'",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha system-test/*.js --timeout 600000",
"test": "c8 mocha",
"fix": "eslint --fix '**/*.js'",
"lint": "gts fix && eslint --fix samples/*.js",
"fix": "gts fix",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"predocs-test": "npm run docs",
"prepare": "npm run compile"
},
"dependencies": {
"google-gax": "^1.7.5",
"google-gax": "^1.9.0",
"protobufjs": "^6.8.0"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.0",
"eslint": "^6.0.0",

@@ -53,2 +59,3 @@ "eslint-config-prettier": "^6.0.0",

"intelli-espower-loader": "^1.0.1",
"gts": "^1.0.0",
"jsdoc": "^3.5.5",

@@ -58,7 +65,13 @@ "jsdoc-fresh": "^1.0.1",

"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"mocha": "^7.0.0",
"c8": "^7.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.7.4"
"null-loader": "^3.0.0",
"pack-n-play": "^1.0.0-2",
"prettier": "^1.11.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}
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