Socket
Socket
Sign inDemoInstall

sql

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql - npm Package Compare versions

Comparing version 0.76.0 to 0.76.1

10

lib/types.d.ts

@@ -9,2 +9,10 @@

type SQLDialects =
| "mssql"
| "mysql"
| "oracle"
| "postgres"
| "sqlite"
;
interface OrderByValueNode {}

@@ -34,2 +42,3 @@

columns: {[CName in keyof Row]: ColumnDefinition<CName, Row[CName]>};
dialect?: SQLDialects;
isTemporary?: boolean;

@@ -212,3 +221,4 @@ foreignKeys?: {

function define<Name extends string, T>(map:TableDefinition<Name, T>): Table<Name, T>;
function setDialect(dialect: SQLDialects): void;
}

2

package.json

@@ -5,3 +5,3 @@ {

"description": "sql builder",
"version": "0.76.0",
"version": "0.76.1",
"homepage": "https://github.com/brianc/node-sql",

@@ -8,0 +8,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