@types/nedb
Advanced tools
Comparing version 1.8.8 to 1.8.9
@@ -80,6 +80,7 @@ // Type definitions for NeDB 1.8 | ||
/** | ||
* Insert a new document | ||
* Insert one or more new documents | ||
* @param cb Optional callback, signature: err, insertedDoc | ||
*/ | ||
insert<T extends G>(newDoc: T, cb?: (err: Error, document: T) => void): void; | ||
insert<T extends G>(newDocs: T[], cb?: (err: Error, documents: T[]) => void): void; | ||
@@ -86,0 +87,0 @@ /** |
{ | ||
"name": "@types/nedb", | ||
"version": "1.8.8", | ||
"version": "1.8.9", | ||
"description": "TypeScript definitions for NeDB", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "2df6b3e460fe696409d5fd5a82c0db2c2884be3fd473e92c8c2b091bc79f8da8", | ||
"typesPublisherContentHash": "349de0619eeb9d14cee61bcd13531665ce18a17438435d060f4a45162b5f70c4", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Jul 2019 22:44:03 GMT | ||
* Last updated: Wed, 04 Sep 2019 22:31:22 GMT | ||
* Dependencies: @types/node | ||
@@ -14,0 +14,0 @@ * Global values: Nedb |
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
13926
213