@types/parse
Advanced tools
Comparing version 2.12.1 to 2.12.2
@@ -735,2 +735,4 @@ // Type definitions for parse 2.12 | ||
sort?: { [key: string]: 1 | -1 }; | ||
// Sample documentation: https://docs.mongodb.com/v3.2/reference/operator/aggregation/sample/ | ||
sample?: { size: number }; | ||
} | ||
@@ -737,0 +739,0 @@ |
{ | ||
"name": "@types/parse", | ||
"version": "2.12.1", | ||
"version": "2.12.2", | ||
"description": "TypeScript definitions for parse", | ||
@@ -141,4 +141,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "960c72a920d8c69a3e43ef132b13df83e97c1eb62e08fa0d753a7acb436af2ea", | ||
"typesPublisherContentHash": "10ac159b164d0a05556bc0ca932f53db0af19f2b8eb4c26531fb887a799741de", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 11:31:57 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node](https://npmjs.com/package/@types/node) | ||
* Last updated: Sat, 11 Jul 2020 03:13:04 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
@@ -707,2 +707,4 @@ /// <reference types="node" /> | ||
sort?: { [key: string]: 1 | -1 }; | ||
// Sample documentation: https://docs.mongodb.com/v3.2/reference/operator/aggregation/sample/ | ||
sample?: { size: number }; | ||
} | ||
@@ -709,0 +711,0 @@ |
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
124199
2638