Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@saltcorn/db-common

Package Overview
Dependencies
Maintainers
0
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saltcorn/db-common - npm Package Compare versions

Comparing version 0.9.6-beta.13 to 0.9.6-beta.14

5

dist/internal.js

@@ -441,2 +441,7 @@ "use strict";

}
else if (k === "and") {
whereObj.and = Array.isArray(inputWhere[k])
? inputWhere[k].map((w) => (0, exports.prefixFieldsInWhere)(w, tablePrefix))
: (0, exports.prefixFieldsInWhere)(inputWhere[k], tablePrefix);
}
else

@@ -443,0 +448,0 @@ whereObj[`${tablePrefix}."${k}"`] = inputWhere[k];

2

package.json
{
"name": "@saltcorn/db-common",
"version": "0.9.6-beta.13",
"version": "0.9.6-beta.14",
"description": "Db common structures for Saltcorn, open-source no-code platform",

@@ -5,0 +5,0 @@ "homepage": "https://saltcorn.com",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc