Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@directus/schema

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@directus/schema - npm Package Compare versions

Comparing version 9.22.1 to 9.22.3

2

dist/dialects/cockroachdb.js

@@ -55,3 +55,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -58,0 +58,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -66,3 +66,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -69,0 +69,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -66,3 +66,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -69,0 +69,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -66,3 +66,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -69,0 +69,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -55,3 +55,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -58,0 +58,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -55,3 +55,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -58,0 +58,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -1,2 +0,2 @@

export declare type SchemaOverview = {
export type SchemaOverview = {
[table: string]: {

@@ -3,0 +3,0 @@ primary: string;

import { SchemaInspector as KnexSchemaInspector } from 'knex-schema-inspector/dist/types/schema-inspector';
import { SchemaOverview } from './overview';
export declare type SchemaInspector = KnexSchemaInspector & {
export type SchemaInspector = KnexSchemaInspector & {
overview: () => Promise<SchemaOverview>;
};
{
"name": "@directus/schema",
"version": "9.22.1",
"version": "9.22.3",
"description": "Utility for extracting information about existing DB schema",

@@ -45,3 +45,3 @@ "keywords": [

"devDependencies": {
"typescript": "4.8.4"
"typescript": "4.9.4"
},

@@ -48,0 +48,0 @@ "publishConfig": {

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