@types/nedb
Advanced tools
Comparing version 1.8.5 to 1.8.6
@@ -5,2 +5,3 @@ // Type definitions for NeDB 1.8 | ||
// Anthony Nichols <https://github.com/anthonynichols> | ||
// Alejandro Fernandez Haro <https://github.com/afharo> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -219,2 +220,3 @@ | ||
sparse?: boolean; | ||
expireAfterSeconds?: number; | ||
} | ||
@@ -221,0 +223,0 @@ |
{ | ||
"name": "@types/nedb", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"description": "TypeScript definitions for NeDB", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "anthonynichols" | ||
}, | ||
{ | ||
"name": "Alejandro Fernandez Haro", | ||
"url": "https://github.com/afharo", | ||
"githubUsername": "afharo" | ||
} | ||
@@ -22,8 +27,8 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6d360e769c41dae3b9f1144d40c6311028b6fbd707b33edff8780ce59f93b635", | ||
"typesPublisherContentHash": "9dec5d7b2e67f420273f32ea259de7d3ff78ed1556585420bc25a0999d930093", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nedb | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nedb | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 01:11:51 GMT | ||
* Last updated: Mon, 17 Sep 2018 17:19:24 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: Nedb | ||
# Credits | ||
These definitions were written by Stefan Steinhart <https://github.com/reppners>, Anthony Nichols <https://github.com/anthonynichols>. | ||
These definitions were written by Stefan Steinhart <https://github.com/reppners>, Anthony Nichols <https://github.com/anthonynichols>, Alejandro Fernandez Haro <https://github.com/afharo>. |
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
13051
199