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
5
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.2 to 7.0.3-remove-accidental-type-field-f9583ff668efb8e74480b0458b14d6caa3821550

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change Log

## 7.0.3 - 2020-10-02
* Remove accidental `necessity` from the `AbstractSqlField` types [Pagan Gazzard]
## 7.0.2 - 2020-07-10

@@ -9,0 +13,0 @@

1

out/AbstractSQLCompiler.d.ts

@@ -88,3 +88,2 @@ export declare const enum Engines {

defaultValue?: string;
necessity: boolean;
computed?: AbstractSqlQuery;

@@ -91,0 +90,0 @@ checks?: BooleanTypeNodes[];

{
"name": "@balena/abstract-sql-compiler",
"version": "7.0.2",
"version": "7.0.3-remove-accidental-type-field-f9583ff668efb8e74480b0458b14d6caa3821550",
"description": "A translator for abstract sql into sql.",

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

@@ -216,3 +216,2 @@ export const enum Engines {

defaultValue?: string;
necessity: boolean;
computed?: AbstractSqlQuery;

@@ -219,0 +218,0 @@ checks?: BooleanTypeNodes[];

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