
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@types/pouchdb-adapter-cordova-sqlite
Advanced tools
TypeScript definitions for pouchdb-adapter-cordova-sqlite
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 21,896 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.