Huge News!Announcing our $40M Series B led by Abstract Ventures.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.15.0-next.0 to 0.15.0-next.1

1

dist/xplat-api.d.ts

@@ -50,2 +50,3 @@ export type DELETE = 9;

readonly filename: string;
readonly tablesUsedStmt: StmtAsync;
close(): Promise<void>;

@@ -52,0 +53,0 @@ onUpdate(cb: (type: UpdateType, dbName: string, tblName: string, rowid: bigint) => void): () => void;

2

package.json
{
"name": "@vlcn.io/xplat-api",
"type": "module",
"version": "0.15.0-next.0",
"version": "0.15.0-next.1",
"files": [

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

@@ -68,2 +68,3 @@ export type DELETE = 9;

readonly filename: string;
readonly tablesUsedStmt: StmtAsync;
close(): Promise<void>;

@@ -70,0 +71,0 @@ onUpdate(

Sorry, the diff of this file is not supported yet

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