@types/nedb
Advanced tools
Comparing version 1.8.3 to 1.8.4
// Type definitions for NeDB 1.8 | ||
// Project: https://github.com/louischatriot/nedb | ||
// Definitions by: Stefan Steinhart <https://github.com/reppners> | ||
// Anthony Nichols <https://github.com/anthonynichols> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -200,2 +201,5 @@ | ||
corruptAlertThreshold?: number; | ||
// (optional, defaults to false) | ||
// timestamp the insertion and last update of all documents, with the fields createdAt and updatedAt. User-specified values override automatic generation, usually useful for testing. | ||
timestampData?: boolean; | ||
} | ||
@@ -202,0 +206,0 @@ |
{ | ||
"name": "@types/nedb", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "TypeScript definitions for NeDB", | ||
@@ -9,3 +9,9 @@ "license": "MIT", | ||
"name": "Stefan Steinhart", | ||
"url": "https://github.com/reppners" | ||
"url": "https://github.com/reppners", | ||
"githubUsername": "reppners" | ||
}, | ||
{ | ||
"name": "Anthony Nichols", | ||
"url": "https://github.com/anthonynichols", | ||
"githubUsername": "anthonynichols" | ||
} | ||
@@ -20,5 +26,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "71128978a86479e8fb9db4d36191e63aa707491369bf2a26473b5cb69292bad9", | ||
"typesPublisherContentHash": "47f706d920e70170d652d54692cadb492d0f166b65e8e942ef701637db6d50b9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 04 May 2017 22:35:19 GMT | ||
* Last updated: Fri, 06 Oct 2017 23:19:37 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: Nedb | ||
# Credits | ||
These definitions were written by Stefan Steinhart <https://github.com/reppners>. | ||
These definitions were written by Stefan Steinhart <https://github.com/reppners>, Anthony Nichols <https://github.com/anthonynichols>. |
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
13173
206