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

@balena/abstract-sql-compiler

Package Overview
Dependencies
Maintainers
4
Versions
461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/abstract-sql-compiler - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1-improve-bind-node-typing-66723aba86dba67d25e3d79f28f38e258c2658c6

6

CHANGELOG.md

@@ -7,4 +7,8 @@ # Change Log

## 7.0.0 - 2020-05-22
## 7.0.1 - 2020-07-10
* Improve `BindNode` typing [Pagan Gazzard]
## 7.0.0 - 2020-05-21
* Allow adding to the FromTypeNode set [Pagan Gazzard]

@@ -11,0 +15,0 @@ * Rename to @balena/abstract-sql-compiler [Pagan Gazzard]

2

out/AbstractSQLCompiler.d.ts

@@ -38,3 +38,3 @@ export declare const enum Engines {

export declare type ReferencedFieldNode = ['ReferencedField', string, string];
export declare type BindNode = ['Bind', string, string?];
export declare type BindNode = ['Bind', number | string] | ['Bind', string, string];
export declare type CastNode = ['Cast', AbstractSqlType, string];

@@ -41,0 +41,0 @@ export declare type CoalesceNode = ['Cast', UnknownTypeNodes, UnknownTypeNodes, ...UnknownTypeNodes[]];

{
"name": "@balena/abstract-sql-compiler",
"version": "7.0.0",
"version": "7.0.1-improve-bind-node-typing-66723aba86dba67d25e3d79f28f38e258c2658c6",
"description": "A translator for abstract sql into sql.",

@@ -5,0 +5,0 @@ "main": "out/AbstractSQLCompiler.js",

@@ -83,3 +83,3 @@ export const enum Engines {

export type ReferencedFieldNode = ['ReferencedField', string, string];
export type BindNode = ['Bind', string, string?];
export type BindNode = ['Bind', number | string] | ['Bind', string, string];
export type CastNode = ['Cast', AbstractSqlType, string];

@@ -86,0 +86,0 @@ export type CoalesceNode = [

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