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.7.0 to 1.8.0

1

dist/index.js

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

case 'BINARY':
case 'GEOMETRY':
return value;

@@ -207,0 +208,0 @@ case 'JSON':

2

dist/version.d.ts

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

export declare const Version = "1.7.0";
export declare const Version = "1.8.0";

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

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -105,5 +105,5 @@ # PlanetScale Serverless Driver for JavaScript

To leverage HTTP/2, you can use the [`fetch-h2`][1] shim. `fetch-h2` also supports Node.js 12+.
To leverage HTTP/2, you can use the [`fetch-h2`][2] shim. `fetch-h2` also supports Node.js 12+.
[1]: https://www.npmjs.com/package/fetch-h2
[2]: https://www.npmjs.com/package/fetch-h2

@@ -110,0 +110,0 @@ ```ts

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