@types/nedb
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -63,3 +63,3 @@ // Type definitions for NeDB 1.8 | ||
updateIndexes<T>(oldDoc: T, newDoc: T): void; | ||
updateIndexes<T>(updates: Array<{oldDoc: T; newDoc: T}>): void; | ||
updateIndexes<T>(updates: Array<{ oldDoc: T; newDoc: T }>): void; | ||
@@ -66,0 +66,0 @@ /** |
{ | ||
"name": "@types/nedb", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "TypeScript definitions for NeDB", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "d1add31a5dc71a5de39ce46812855226e4e67b34188c9f59b598bf5b1cc0cd35", | ||
"typesPublisherContentHash": "71128978a86479e8fb9db4d36191e63aa707491369bf2a26473b5cb69292bad9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 30 Mar 2017 22:36:50 GMT | ||
* Last updated: Thu, 04 May 2017 22:35:19 GMT | ||
* Dependencies: none | ||
@@ -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
12603
4