Socket
Socket
Sign inDemoInstall

@google-cloud/paginator

Package Overview
Dependencies
2
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

7

CHANGELOG.md

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

### [3.0.3](https://www.github.com/googleapis/nodejs-paginator/compare/v3.0.2...v3.0.3) (2020-07-24)
### Bug Fixes
* move gitattributes files to node templates ([#234](https://www.github.com/googleapis/nodejs-paginator/issues/234)) ([30e881c](https://www.github.com/googleapis/nodejs-paginator/commit/30e881ce7415749b93b6b7e4e71745ea3fb248b6))
### [3.0.2](https://www.github.com/googleapis/nodejs-paginator/compare/v3.0.1...v3.0.2) (2020-07-06)

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

12

package.json
{
"name": "@google-cloud/paginator",
"version": "3.0.2",
"version": "3.0.3",
"description": "A result paging utility used by Google node.js modules",

@@ -23,3 +23,5 @@ "main": "build/src/index.js",

"clean": "gts clean",
"precompile": "gts clean"
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
},

@@ -36,3 +38,3 @@ "keywords": [],

"@types/extend": "^3.0.0",
"@types/mocha": "^7.0.0",
"@types/mocha": "^8.0.0",
"@types/node": "^10.5.2",

@@ -50,3 +52,5 @@ "@types/proxyquire": "^1.3.28",

"typescript": "^3.8.3",
"uuid": "^8.0.0"
"uuid": "^8.0.0",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
},

@@ -53,0 +57,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc