New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tauri-apps/plugin-sql

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/plugin-sql - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+2
-2
dist-js/index.d.ts

@@ -7,3 +7,3 @@ export interface QueryResult {

*
* This value is always `0` when using the Postgres driver. If the
* This value is not set for Postgres databases. If the
* last inserted id is required on Postgres, the `select` function

@@ -13,3 +13,3 @@ * must be used, with a `RETURNING` clause

*/
lastInsertId: number;
lastInsertId?: number;
}

@@ -16,0 +16,0 @@ /**

{
"name": "@tauri-apps/plugin-sql",
"version": "2.0.1",
"version": "2.0.2",
"description": "Interface with SQL databases",

@@ -5,0 +5,0 @@ "license": "MIT OR Apache-2.0",

@@ -59,3 +59,3 @@ ![plugin-sql](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/sql/banner.png)

`src-tauri/src/main.rs`
`src-tauri/src/lib.rs`

@@ -62,0 +62,0 @@ ```rust