🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@planetscale/database

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planetscale/database - npm Package Compare versions

Comparing version

to
1.19.0

2

dist/cjs/text.js

@@ -20,3 +20,3 @@ "use strict";

const digits = Array.from(uint8).map((i) => i.toString(16).padStart(2, '0'));
return `0x${digits.join('')}`;
return `x'${digits.join('')}'`;
}

@@ -23,0 +23,0 @@ exports.uint8ArrayToHex = uint8ArrayToHex;

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

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

@@ -14,3 +14,3 @@ const decoder = new TextDecoder('utf-8');

const digits = Array.from(uint8).map((i) => i.toString(16).padStart(2, '0'));
return `0x${digits.join('')}`;
return `x'${digits.join('')}'`;
}

@@ -17,0 +17,0 @@ function bytes(text) {

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

export declare const Version = "1.18.0";
export declare const Version = "1.19.0";

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

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

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