New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/datastore

Package Overview
Dependencies
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/datastore - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

build/proto/datastore.d.ts

4

build/src/v1/datastore_client.js

@@ -142,2 +142,6 @@ // Copyright 2019 Google LLC

return stub[methodName].apply(stub, args);
},
err =>
function() {
throw err;
}

@@ -144,0 +148,0 @@ ),

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

## v3.1.1
02-18-2019 22:46 PST
### Bug fixes
- fix: include proto d.ts in the build ([#335](https://github.com/googleapis/nodejs-datastore/pull/335))
- fix(deps): update dependency @google-cloud/promisify to ^0.4.0 ([#333](https://github.com/googleapis/nodejs-datastore/pull/333))
- fix: throw on invalid credentials ([#331](https://github.com/googleapis/nodejs-datastore/pull/331))
- fix(deps): update dependency yargs to v13 ([#329](https://github.com/googleapis/nodejs-datastore/pull/329))
### Documentation
- build: use linkinator for docs test ([#332](https://github.com/googleapis/nodejs-datastore/pull/332))
- docs: update links in contrib guide ([#334](https://github.com/googleapis/nodejs-datastore/pull/334))
## v3.1.0

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

11

package.json
{
"name": "@google-cloud/datastore",
"description": "Cloud Datastore Client Library for Node.js",
"version": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",

@@ -13,2 +13,3 @@ "author": "Google Inc.",

"files": [
"build/proto",
"build/protos",

@@ -39,3 +40,3 @@ "build/src"

"clean": "gts clean",
"compile": "tsc -p . && cp -r src/v1 build/src && cp -r protos build && cp test/*.js build/test",
"compile": "tsc -p . && cp -r src/v1 build/src && cp -r proto* build && cp test/*.js build/test",
"prepare": "npm run compile",

@@ -45,3 +46,3 @@ "pretest": "npm run compile",

"proto:datastore": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/datastore/v1/datastore.proto | pbts -o proto/datastore.d.ts -",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"

@@ -51,3 +52,3 @@ },

"@google-cloud/projectify": "^0.3.2",
"@google-cloud/promisify": "^0.3.0",
"@google-cloud/promisify": "^0.4.0",
"arrify": "^1.0.1",

@@ -92,4 +93,4 @@ "concat-stream": "^2.0.0",

"typescript": "~3.3.0",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}
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