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

sql-ts

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-ts - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

2

dist/esm/node/query.d.ts

@@ -85,5 +85,5 @@ import { CreateIndexNode, DropIndexNode, IAliasMixin, IValueExpressionMixinBase, JoinNode, Node, PrefixUnaryNode } from '.';

} & {
[P in keyof C]: Column<C[P]>;
[P in NonNullable<keyof C>]: Column<C[P]>;
};
export declare type SubQuery<T, C extends object> = Query<T> & SubQueryExtensions<T, C>;
export {};

@@ -8,3 +8,3 @@ {

"description": "SQL Builder",
"version": "5.2.2",
"version": "5.2.3",
"homepage": "https://github.com/charsleysa/node-sql-ts",

@@ -11,0 +11,0 @@ "license": "MIT",

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