@types/parse
Advanced tools
Comparing version 2.2.7 to 2.2.8
@@ -304,3 +304,3 @@ // Type definitions for parse 2.2.1 | ||
static fetchAllWithInclude<T extends Object>(list: T[], keys: string | Array<string | Array<string>>, options: RequestOptions): Promise<T[]>; | ||
static fromJSON(json: any, override?: boolean): Object; | ||
static fromJSON<T extends Object>(json: any, override?: boolean): T; | ||
static pinAll(objects: Object[]): Promise<void>; | ||
@@ -307,0 +307,0 @@ static pinAllWithName(name: string, objects: Object[]): Promise<void>; |
{ | ||
"name": "@types/parse", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"description": "TypeScript definitions for parse", | ||
@@ -83,4 +83,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7f808b80f719d30668f7b9dc34d517c610dd0870c197bef36b4321f54ceb3b4e", | ||
"typesPublisherContentHash": "0fa956511940d227d7c12c631f573dbf8105d75e57db3f8914e207d6a083ea8c", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Jul 2019 20:34:38 GMT | ||
* Last updated: Tue, 03 Sep 2019 22:31:38 GMT | ||
* Dependencies: @types/node | ||
@@ -14,0 +14,0 @@ * Global values: Parse |
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
44049