Socket
Socket
Sign inDemoInstall

@planetscale/database

Package Overview
Dependencies
0
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.10.0

4

dist/cjs/index.js

@@ -84,2 +84,5 @@ "use strict";

const { result, session, error, timing } = saved;
if (session) {
this.session = session;
}
if (error) {

@@ -90,3 +93,2 @@ throw new DatabaseError(error.message, 400, error);

const insertId = result?.insertId ?? '0';
this.session = session;
const fields = result?.fields ?? [];

@@ -93,0 +95,0 @@ for (const field of fields) {

@@ -1,1 +0,1 @@

export declare const Version = "1.9.0";
export declare const Version = "1.10.0";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Version = void 0;
exports.Version = '1.9.0';
exports.Version = '1.10.0';

@@ -77,2 +77,5 @@ import { format } from './sanitization.js';

const { result, session, error, timing } = saved;
if (session) {
this.session = session;
}
if (error) {

@@ -83,3 +86,2 @@ throw new DatabaseError(error.message, 400, error);

const insertId = result?.insertId ?? '0';
this.session = session;
const fields = result?.fields ?? [];

@@ -86,0 +88,0 @@ for (const field of fields) {

@@ -1,1 +0,1 @@

export declare const Version = "1.9.0";
export declare const Version = "1.10.0";

@@ -1,1 +0,1 @@

export const Version = '1.9.0';
export const Version = '1.10.0';
{
"name": "@planetscale/database",
"version": "1.9.0",
"version": "1.10.0",
"description": "A Fetch API-compatible PlanetScale database driver",

@@ -5,0 +5,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc