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

@fxjs/sql-query

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fxjs/sql-query - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

@types/Sql.d.ts

@@ -26,4 +26,4 @@ /// <reference path="Comparators.d.ts" />

type WhereExistsLinkTuple_L1 = FxSqlQueryHelpler.BinaryTuple<string>
// [['f1', 'f2'], ['ff1', 'ff2']] ---> (`t1.f1` = `t2.f2`) AND (`t1.ff1` = `t2.ff2`)
type WhereExistsLinkTuple_L2 = FxSqlQueryHelpler.BinaryTuple<FxSqlQueryHelpler.BinaryTuple<string>>
// [['f1', 'f2'[, ...]], ['ff1', 'ff2'[, ...]]] ---> (`t1.f1` = `t2.f2`) AND (`t1.ff1` = `t2.ff2`) [...]
type WhereExistsLinkTuple_L2 = FxSqlQueryHelpler.BinaryTuple<string[]>
type WhereExistsLinkTuple = WhereExistsLinkTuple_L1 | WhereExistsLinkTuple_L2

@@ -30,0 +30,0 @@

v0.1.1 / 2019-01-08
v0.1.2 / 2019-01-13
==================
* typo fix.
* add test case.
* add test case about where-exists.
v0.1.1 / 2019-01-08
===================
* Release v0.1.1
* add typo `SubQueryInput`.

@@ -6,0 +14,0 @@

{
"version": "0.1.1",
"version": "0.1.2",
"name": "@fxjs/sql-query",

@@ -4,0 +4,0 @@ "types": "@types/index.d.ts",

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