
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
@types/pouchdb-adapter-cordova-sqlite
Advanced tools
TypeScript definitions for pouchdb-adapter-cordova-sqlite
Supply Chain Security
Vulnerability
Quality
Maintenance
License
npm install --save @types/pouchdb-adapter-cordova-sqlite
This package contains type definitions for pouchdb-adapter-cordova-sqlite (https://pouchdb.com/).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-adapter-cordova-sqlite.
/// <reference types="pouchdb-core" />
declare namespace PouchDB {
namespace AdapterCordovaSqlite {
interface Configuration extends Configuration.LocalDatabaseConfiguration {
/**
* Location of database e.g. 'Default'.
*/
location?: string | undefined;
/**
* Location of database e.g. 'Default'. Only use 'location' or 'iosDatabaseLocation' not both.
*/
iosDatabaseLocation?: string | undefined;
/**
* Version of android database to use.
*/
androidDatabaseImplementation?: number | undefined;
/**
* Enable autocompation of database.
*/
auto_compaction?: boolean | undefined;
adapter: "cordova-sqlite";
}
}
interface Static {
new<Content extends {}>(name: string | null, options: AdapterCordovaSqlite.Configuration): Database<Content>;
}
}
declare module "pouchdb-adapter-cordova-sqlite" {
const plugin: PouchDB.Plugin;
export = plugin;
}
These definitions were written by Simon Paulger, Brian Geppert, Frederico Galvão, and Matthew Paul.
FAQs
TypeScript definitions for pouchdb-adapter-cordova-sqlite
The npm package @types/pouchdb-adapter-cordova-sqlite receives a total of 17,928 weekly downloads. As such, @types/pouchdb-adapter-cordova-sqlite popularity was classified as popular.
We found that @types/pouchdb-adapter-cordova-sqlite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.