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

sqljson-query

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqljson-query - npm Package Compare versions

Comparing version 1.7.19 to 1.7.20

3

lib/dbmd/database-metadata.d.ts

@@ -405,5 +405,4 @@ import { z } from 'zod';

}>;
declare type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>;
export declare type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>;
export declare class DatabaseMetadata implements StoredDatabaseMetadata {
readonly schemaName?: Nullable<string>;
readonly relationMetadatas: RelMetadata[];

@@ -410,0 +409,0 @@ readonly foreignKeys: ForeignKey[];

{
"name": "sqljson-query",
"version": "1.7.19",
"version": "1.7.20",
"description": "Command line tool to generate SQL/JSON queries and Typescript types for query results.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -83,7 +83,6 @@ import { z } from 'zod';

type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>;
export type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>;
export class DatabaseMetadata implements StoredDatabaseMetadata
{
readonly schemaName?: Nullable<string>;
readonly relationMetadatas: RelMetadata[];

@@ -90,0 +89,0 @@ readonly foreignKeys: ForeignKey[];

Sorry, the diff of this file is not supported yet

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