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

@types/pouchdb-adapter-websql

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pouchdb-adapter-websql - npm Package Compare versions

Comparing version 6.1.4 to 6.1.5

12

pouchdb-adapter-websql/index.d.ts

@@ -13,3 +13,3 @@ // Type definitions for pouchdb-adapter-websql 6.1

sqlite_plugin?: boolean | undefined;
websql_encoding?: 'UTF-8' | 'UTF-16' | undefined;
websql_encoding?: "UTF-8" | "UTF-16" | undefined;
}

@@ -19,4 +19,3 @@ }

namespace AdapterWebSql {
interface Configuration
extends Configuration.LocalDatabaseConfiguration {
interface Configuration extends Configuration.LocalDatabaseConfiguration {
/**

@@ -26,3 +25,3 @@ * Amount in MB to request for storage.

size?: number | undefined;
adapter: 'websql';
adapter: "websql";
}

@@ -32,10 +31,9 @@ }

interface Static {
new<Content extends {}>(name: string | null,
options: AdapterWebSql.Configuration): Database<Content>;
new<Content extends {}>(name: string | null, options: AdapterWebSql.Configuration): Database<Content>;
}
}
declare module 'pouchdb-adapter-websql' {
declare module "pouchdb-adapter-websql" {
const plugin: PouchDB.Plugin;
export = plugin;
}
{
"name": "@types/pouchdb-adapter-websql",
"version": "6.1.4",
"version": "6.1.5",
"description": "TypeScript definitions for pouchdb-adapter-websql",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-adapter-websql",

},
"typesPublisherContentHash": "2116f665e183631e1e2c8cccc2a17f488005af9a344455da8023ae1572360a6c",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "332af7b9e3296c265826c893fe213a733f4768f22cc09ddc71e9fbcb9dfed32e",
"typeScriptVersion": "4.5"
}

@@ -23,3 +23,3 @@ # Installation

sqlite_plugin?: boolean | undefined;
websql_encoding?: 'UTF-8' | 'UTF-16' | undefined;
websql_encoding?: "UTF-8" | "UTF-16" | undefined;
}

@@ -29,4 +29,3 @@ }

namespace AdapterWebSql {
interface Configuration
extends Configuration.LocalDatabaseConfiguration {
interface Configuration extends Configuration.LocalDatabaseConfiguration {
/**

@@ -36,3 +35,3 @@ * Amount in MB to request for storage.

size?: number | undefined;
adapter: 'websql';
adapter: "websql";
}

@@ -42,8 +41,7 @@ }

interface Static {
new<Content extends {}>(name: string | null,
options: AdapterWebSql.Configuration): Database<Content>;
new<Content extends {}>(name: string | null, options: AdapterWebSql.Configuration): Database<Content>;
}
}
declare module 'pouchdb-adapter-websql' {
declare module "pouchdb-adapter-websql" {
const plugin: PouchDB.Plugin;

@@ -56,3 +54,3 @@ export = plugin;

### Additional Details
* Last updated: Thu, 08 Jul 2021 20:19:47 GMT
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Dependencies: [@types/pouchdb-core](https://npmjs.com/package/@types/pouchdb-core)

@@ -59,0 +57,0 @@ * Global values: none

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