New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nodescript/adapter-sql-protocol

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodescript/adapter-sql-protocol - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

out/index.d.ts
export * from './domains/SqlDomain.js';
export * from './protocol.js';
export * from './schema/FieldInfo.js';
export * from './schema/SqlModificationResult.js';
export * from './schema/SqlQueryResult.js';
export * from './schema/FieldInfo.js';
export * from './domains/SqlDomain.js';
export * from './protocol.js';
export * from './schema/FieldInfo.js';
export * from './schema/SqlModificationResult.js';
export * from './schema/SqlQueryResult.js';
export * from './schema/FieldInfo.js';
//# sourceMappingURL=index.js.map
import { Schema } from 'airtight';
import { FieldInfo } from './FieldInfo.js';
export interface SqlModificationResult {
rows?: Record<string, any>[];
rows?: Array<Record<string, any>>;
fieldData?: FieldInfo[];

@@ -6,0 +6,0 @@ affectedRowCount: number;

import { Schema } from 'airtight';
import { FieldInfo } from './FieldInfo.js';
export interface SqlQueryResult {
rows?: Record<string, any>[];
rows?: Array<Record<string, any>>;
rowCount?: number;

@@ -6,0 +6,0 @@ fieldData?: FieldInfo[];

{
"name": "@nodescript/adapter-sql-protocol",
"version": "1.2.0",
"version": "1.2.1",
"description": "SQL Adapter Protocol",

@@ -5,0 +5,0 @@ "type": "module",

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