Socket
Socket
Sign inDemoInstall

knex-on-duplicate-update

Package Overview
Dependencies
26
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

18

package.json
{
"name": "knex-on-duplicate-update",
"version": "2.1.2",
"version": "2.1.3",
"description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.",

@@ -36,11 +36,11 @@ "main": "lib/index.js",

"devDependencies": {
"@types/jest": "^24.0.12",
"@types/node": "^12.0.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"auto-changelog": "^2.2.1",
"dotenv": "^8.2.0",
"jest": "^25.1.0",
"knex": "latest",
"dotenv": "^10.0.0",
"jest": "^27.0.6",
"knex": "0.95.9",
"mysql": "^2.18.1",
"release-it": "^14.4.1",
"tsd": "^0.14.0"
"tsd": "^0.17.0"
},

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

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

@@ -57,0 +61,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