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
1
Versions
337
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.8.2 to 0.8.3-alpha.0

10

dist/internal.d.ts

@@ -105,7 +105,11 @@ /**

target: any;
through: any;
[key: string]: any;
through?: any;
rename_object?: any;
ontable?: any;
};
export declare type JoinFields = {
[key: string]: JoinField;
};
export declare type JoinOptions = {
joinFields?: JoinField;
joinFields?: JoinFields;
aggregations?: AggregationOptions[];

@@ -112,0 +116,0 @@ where: any;

{
"name": "@saltcorn/db-common",
"version": "0.8.2",
"version": "0.8.3-alpha.0",
"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