Socket
Socket
Sign inDemoInstall

mjs-mysql-builder

Package Overview
Dependencies
11
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "mjs-mysql-builder",
"version": "1.0.6",
"version": "1.0.7",
"description": "Mysql query builder",

@@ -5,0 +5,0 @@ "main": "index.mjs",

@@ -128,2 +128,3 @@ ## Mysql query builder

table.insert(params: RowType) // -> Promise<void>
table.replace(params: RowType) // -> Promise<void> (~ insert, on duplicate key update)
table.update(id: ConditionType, params: RowType) // -> Promise<void>

@@ -130,0 +131,0 @@ table.delete(id: ConditionType) // -> Promise<void>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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