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

@vlcn.io/xplat-api

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vlcn.io/xplat-api - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1-next.0

4

dist/xplat-api.d.ts

@@ -24,3 +24,3 @@ export type UpdateType = 9 | 18 | 23;

execA<T extends any[]>(sql: string, bind?: unknown[]): Promise<T[]>;
close(): void;
close(): Promise<void>;
onUpdate(cb: (type: UpdateType, dbName: string, tblName: string, rowid: bigint) => void): () => void;

@@ -47,3 +47,3 @@ prepare(sql: string): Promise<StmtAsync>;

raw(isRaw?: boolean): this;
bind(args: any[]): this;
bind(args: readonly any[]): this;
finalize(): void;

@@ -50,0 +50,0 @@ }

{
"name": "@vlcn.io/xplat-api",
"type": "module",
"version": "0.6.0",
"version": "0.6.1-next.0",
"files": [

@@ -6,0 +6,0 @@ "dist"

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