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.0.0 to 2.0.1

5

CHANGELOG.md

@@ -7,6 +7,7 @@ ### Changelog

#### [v2.0.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v1.1.3...v2.0.0)
#### [v2.0.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v1.1.3...v2.0.1)
- Add support for Knex 0.95 [`f3393d4`](https://github.com/felixmosh/knex-on-duplicate-update/commit/f3393d43dd918f42f1431a6baf8202f12126ef10)
- Add support for Knex 0.95 [`f00a931`](https://github.com/felixmosh/knex-on-duplicate-update/commit/f00a931276931cca16a8c50efb4d29ff9d8042bd)
- Bump dev deps [`d184507`](https://github.com/felixmosh/knex-on-duplicate-update/commit/d184507a16d9997b0d4ab32e0b6a2431c95d656d)
- Update README.md [`6669bc7`](https://github.com/felixmosh/knex-on-duplicate-update/commit/6669bc72d6f5b7622021565c7ff7277d8b91aabd)

@@ -13,0 +14,0 @@ #### [v1.1.3](https://github.com/felixmosh/knex-on-duplicate-update/compare/v1.1.2...v1.1.3)

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -8,2 +8,5 @@ # Knex-onDuplicateUpdate

## Note
`Knex` (v0.21.10) added an official [`upsert`](http://knexjs.org/#Builder-onConflict) functionality with similar capabilities which has support in MySQL, Postgress & SQLite.
## How to set up

@@ -10,0 +13,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