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.7 to 4.0.0

11

CHANGELOG.md

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

## [4.0.0](https://github.com/googleapis/nodejs-paginator/compare/v3.0.7...v4.0.0) (2022-05-17)
### ⚠ BREAKING CHANGES
* update library to use Node 12 (#325)
### Build System
* update library to use Node 12 ([#325](https://github.com/googleapis/nodejs-paginator/issues/325)) ([02887ae](https://github.com/googleapis/nodejs-paginator/commit/02887ae2b370bff18cae7fe1d434ecdf663b5748))
### [3.0.7](https://github.com/googleapis/nodejs-paginator/compare/v3.0.6...v3.0.7) (2022-02-14)

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

12

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

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

"@types/extend": "^3.0.0",
"@types/mocha": "^8.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",

@@ -45,6 +45,6 @@ "@types/proxyquire": "^1.3.28",

"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"proxyquire": "^2.0.1",
"sinon": "^13.0.0",
"typescript": "^3.8.3",
"sinon": "^14.0.0",
"typescript": "^4.6.4",
"uuid": "^8.0.0"

@@ -57,4 +57,4 @@ },

"engines": {
"node": ">=10"
"node": ">=12.0.0"
}
}
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