@insertish/zangodb
Advanced tools
Comparing version 1.0.9 to 1.0.10-patch.0
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2973490
14
2