Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@planetscale/database

Package Overview
Dependencies
Maintainers
4
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.0.0 to 1.0.1

2

dist/version.d.ts

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

export declare const Version = "1.0.0";
export declare const Version = "1.0.1";

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

export const Version = '1.0.0';
export const Version = '1.0.1';
{
"name": "@planetscale/database",
"version": "1.0.0",
"description": "A JavaScript client for PlanetScale databases.",
"version": "1.0.1",
"description": "A Fetch API-compatible PlanetScale database driver",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.js",

@@ -17,3 +17,3 @@ # PlanetScale Serverless Driver for JavaScript

const config = {
host: 'aws.connect.psdb.cloud',
host: '<host>',
username: '<user>',

@@ -20,0 +20,0 @@ password: '<password>'

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