@types/parse
Advanced tools
Comparing version 2.4.6 to 2.4.7
@@ -380,2 +380,3 @@ // Type definitions for parse 2.4 | ||
remove(attr: string, item: any): any; | ||
revert(): void; | ||
save(attrs?: { [key: string]: any } | null, options?: Object.SaveOptions): Promise<this>; | ||
@@ -382,0 +383,0 @@ save(key: string, value: any, options?: Object.SaveOptions): Promise<this>; |
{ | ||
"name": "@types/parse", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"description": "TypeScript definitions for parse", | ||
@@ -43,4 +43,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "59725114b33b9d30d6ea2f34bfe4e9168c83f36f7f7cafcfb83e3cf600ab6fbe", | ||
"typesPublisherContentHash": "4165bd647a0bac3388da9be076d47287eb13f172ccbe06e8ce538a7489680724", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 27 Feb 2018 23:01:30 GMT | ||
* Last updated: Thu, 01 Mar 2018 23:09:41 GMT | ||
* Dependencies: node, jquery, underscore | ||
@@ -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
45734
996