New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.17.0 to 1.18.0

2

dist/cast.js

@@ -16,3 +16,3 @@ import { decodeUtf8, uint8Array } from './text.js';

if (isJson(field)) {
return JSON.parse(value);
return JSON.parse(decodeUtf8(value));
}

@@ -19,0 +19,0 @@ if (isIntegral(field)) {

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

if (isJson(field)) {
return JSON.parse(value);
return JSON.parse((0, text_js_1.decodeUtf8)(value));
}

@@ -22,0 +22,0 @@ if (isIntegral(field)) {

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

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

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

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

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

export const Version = '1.17.0';
export const Version = '1.18.0';
{
"name": "@planetscale/database",
"version": "1.17.0",
"version": "1.18.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