@insertish/zangodb
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@insertish/zangodb", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"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; } | ||
@@ -5,0 +5,0 @@ export interface ResultCallback<T> { (error: Error, result: T): void; } |
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
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
2973538
14