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

knex-paginate

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knex-paginate - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

24

package.json
{
"name": "knex-paginate",
"version": "2.2.0",
"version": "2.2.1",
"description": "Extension of Knex's query builder with `paginate` method that will help with your pagination tasks.",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"version": "auto-changelog -p && git add CHANGELOG.md",
"release": "release-it"
"release": "release-it --only-version"
},

@@ -37,13 +37,13 @@ "repository": {

"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"auto-changelog": "^2.2.1",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"auto-changelog": "^2.3.0",
"dotenv": "^10.0.0",
"jest": "^27.0.6",
"knex": "^0.95.1",
"mysql": "^2.18.1",
"prettier": "^2.2.1",
"release-it": "^14.4.1",
"prettier": "^2.3.2",
"release-it": "^14.11.5",
"stringcase": "^4.3.1",
"tsd": "^0.14.0"
"tsd": "^0.17.0"
},

@@ -58,2 +58,6 @@ "jest": {

"hooks": {
"before:init": [
"yarn test",
"yarn test:types"
],
"after:bump": "npx auto-changelog -p"

@@ -60,0 +64,0 @@ },

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