New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@saltcorn/db-common

Package Overview
Dependencies
Maintainers
0
Versions
347
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 1.1.2-beta.7 to 1.1.2-beta.8

2

dist/internal.js

@@ -114,3 +114,3 @@ "use strict";

const subSelectWhere = (phs) => (k, v) => {
const tenantPrefix = v.inSelect.tenant ? `"${v.inSelect.tenant}".` : "";
const tenantPrefix = !phs.is_sqlite && v.inSelect.tenant ? `"${v.inSelect.tenant}".` : "";
if (v.inSelect.through && v.inSelect.valField) {

@@ -117,0 +117,0 @@ const whereObj = (0, exports.prefixFieldsInWhere)(v.inSelect.where, "ss2");

{
"name": "@saltcorn/db-common",
"version": "1.1.2-beta.7",
"version": "1.1.2-beta.8",
"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