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.3.0 to 2.3.1

6

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

@@ -46,4 +46,4 @@ "keywords": [

"jest": "^28.1.0",
"knex": "2.0.0",
"mysql": "^2.18.1",
"knex": "2.4.0",
"mysql2": "^2.3.3",
"prettier": "^2.6.2",

@@ -50,0 +50,0 @@ "release-it": "^15.0.0",

# Knex-onDuplicateUpdate
[![npm](https://img.shields.io/npm/v/knex-on-duplicate-update.svg)](https://www.npmjs.com/package/knex-on-duplicate-update)
[![CircleCI](https://circleci.com/gh/felixmosh/knex-on-duplicate-update.svg?style=svg)](https://circleci.com/gh/felixmosh/knex-on-duplicate-update)
[![CI](https://github.com/felixmosh/knex-on-duplicate-update/actions/workflows/ci.yml/badge.svg)](https://github.com/felixmosh/knex-on-duplicate-update/actions/workflows/ci.yml)

@@ -6,0 +6,0 @@ Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder in order to add support **MySQL**'s `on duplicate key update columnName=Values(columnName)`.

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