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

anydb-sql

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anydb-sql - npm Package Compare versions

Comparing version 0.6.52 to 0.6.53

@@ -120,2 +120,3 @@ import * as Promise from 'bluebird'

alter():AlterQuery<T>
_name: string;
}

@@ -170,2 +171,3 @@ export interface AlterQuery<T> extends Executable<void> {

name: string;
table: Table<any>;
}

@@ -172,0 +174,0 @@

{
"name": "anydb-sql",
"version": "0.6.52",
"version": "0.6.53",
"description": "Minimal ORM for mysql, postgresql and sqlite with complete arbitrary SQL query support (based on brianc's query builder sql)",

@@ -5,0 +5,0 @@ "main": "anydb-sql.js",