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

@insertish/zangodb

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@insertish/zangodb - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10-patch.0

3

package.json
{
"name": "@insertish/zangodb",
"version": "1.0.9",
"version": "1.0.10-patch.0",
"description": "Fork of ZangoDB - MongoDB-like interface for HTML5 IndexedDB",

@@ -51,2 +51,3 @@ "main": "./build/src/index.js",

"@babel/preset-env": "^7.12.11",
"@types/node": "^14.14.22",
"browserify": "^17.0.0",

@@ -53,0 +54,0 @@ "chai": "^4.2.0",

/// <reference types="node" />
declare module "zangodb" {
declare module "@insertish/zangodb" {
export interface Callback { (error: Error): void; }

@@ -8,3 +8,3 @@ export interface ResultCallback<T> { (error: Error, result: T): void; }

export class Cursor extends NodeJS.EventEmitter {
export class Cursor {
filter(expr: Object): Cursor;

@@ -34,3 +34,3 @@ forEach(fn: IteratorCallback, cb?: Callback): Promise<Object>;

export class Db extends NodeJS.EventEmitter {
export class Db {
constructor(name: string, version?: number, config?: string[]|Object);

@@ -37,0 +37,0 @@

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