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.1.1 to 1.2.0

3

out/domains/SqlDomain.d.ts
import { DomainDef } from '@nodescript/protocomm';
import { SqlQueryResult } from '../schema/SqlQueryResult.js';
export interface SqlDomain {
connect(req: {
connectionUrl: string;
}): Promise<{}>;
query(req: {

@@ -8,0 +5,0 @@ connectionUrl: string;

@@ -5,9 +5,2 @@ import { SqlQueryResultSchema } from '../schema/SqlQueryResult.js';

methods: {
connect: {
type: 'command',
params: {
connectionUrl: { type: 'string' },
},
returns: {},
},
query: {

@@ -14,0 +7,0 @@ type: 'command',

2

package.json
{
"name": "@nodescript/adapter-sql-protocol",
"version": "1.1.1",
"version": "1.2.0",
"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