Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.18.0 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": [

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