@types/nedb
Advanced tools
Comparing version 1.8.10 to 1.8.11
@@ -99,4 +99,4 @@ // Type definitions for NeDB 1.8 | ||
*/ | ||
find<T extends G>(query: any, projection: T, callback: (err: Error | null, documents: T[]) => void): void; | ||
find<T extends G>(query: any, projection?: T): Nedb.Cursor<T>; | ||
find<T extends G>(query: any, projection: any, callback: (err: Error | null, documents: T[]) => void): void; | ||
find<T extends G>(query: any, projection?: any): Nedb.Cursor<T>; | ||
@@ -115,3 +115,3 @@ /** | ||
*/ | ||
findOne<T extends G>(query: any, projection: T, callback: (err: Error | null, document: T) => void): void; | ||
findOne<T extends G>(query: any, projection: any, callback: (err: Error | null, document: T) => void): void; | ||
@@ -118,0 +118,0 @@ /** |
{ | ||
"name": "@types/nedb", | ||
"version": "1.8.10", | ||
"version": "1.8.11", | ||
"description": "TypeScript definitions for NeDB", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d964892af2b50104227e789d2e4df012d0a0625318d596c8db79a0c0f055519e", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "509f77d9985f27fbcc268fced959346de0d5179d605b4fe497049d9dee71c526", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 10 Jul 2020 16:11:12 GMT | ||
* Last updated: Fri, 11 Sep 2020 16:36:27 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@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
14066