Socket
Socket
Sign inDemoInstall

knex-schema-inspector

Package Overview
Dependencies
2
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

dist/lib/dialects/mssql.d.ts

1

dist/dialects/postgres.js

@@ -254,2 +254,3 @@ "use strict";

.whereIn('c.table_schema', this.explodedSchema)
.andWhere('pg_class.relkind', '!=', 'S')
.orderBy(['c.table_name', 'c.ordinal_position']);

@@ -256,0 +257,0 @@ if (table) {

@@ -305,2 +305,3 @@ import { Knex } from 'knex';

.whereIn('c.table_schema', this.explodedSchema)
.andWhere('pg_class.relkind', '!=', 'S')
.orderBy(['c.table_name', 'c.ordinal_position']);

@@ -307,0 +308,0 @@

2

package.json
{
"name": "knex-schema-inspector",
"version": "1.7.0",
"version": "1.7.1",
"description": "Utility for extracting information about existing DB schema",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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