Socket
Socket
Sign inDemoInstall

knex

Package Overview
Dependencies
12
Maintainers
6
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.21.11 to 0.21.12

types/tables.d.ts

9

CHANGELOG.md
# Master (Unreleased)
# 0.21.12 - 02 November, 2020
### Typings:
- Reintroduce support for globally defining table/record mapping #4100
- Add a few missing types for MSSQL Connection #4103
- Make .ignore() and .merge() return QueryBuilder rather than QueryInterface #4102
- Use tarn config TS types instead of generic-pool #4064
# 0.21.11 - 01 November, 2020

@@ -4,0 +13,0 @@

5

package.json
{
"name": "knex",
"version": "0.21.11",
"version": "0.21.12",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",

@@ -191,3 +191,4 @@ "main": "knex.js",

"types/index.d.ts",
"types/result.d.ts"
"types/result.d.ts",
"types/tables.d.ts"
],

@@ -194,0 +195,0 @@ "license": "MIT",

types/index.d.ts

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc