@types/parse
Advanced tools
Comparing version 2.10.4 to 2.10.5
@@ -22,2 +22,3 @@ // Type definitions for parse 2.10 | ||
// Linus Unnebäck <https://github.com/LinusU> | ||
// Patrick O'Sullivan <https://github.com/REPTILEHAUS> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -1282,2 +1283,11 @@ // TypeScript Version: 3.3 | ||
/** | ||
* Use this to set custom headers | ||
* The headers will be sent with every parse request | ||
*/ | ||
namespace CoreManager { | ||
function set(key: string, value: any): void; | ||
function get(key: string): void; | ||
} | ||
/** | ||
* Additionally on React-Native / Expo environments, add AsyncStorage from 'react-native' package | ||
@@ -1284,0 +1294,0 @@ * @param AsyncStorage AsyncStorage from 'react-native' package |
{ | ||
"name": "@types/parse", | ||
"version": "2.10.4", | ||
"version": "2.10.5", | ||
"description": "TypeScript definitions for parse", | ||
@@ -101,2 +101,7 @@ "license": "MIT", | ||
"githubUsername": "LinusU" | ||
}, | ||
{ | ||
"name": "Patrick O'Sullivan", | ||
"url": "https://github.com/REPTILEHAUS", | ||
"githubUsername": "REPTILEHAUS" | ||
} | ||
@@ -115,4 +120,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "11fa09c450ca95adb2dd4a2d5aa57bdb7ef86823756f79acfd22d375d7099986", | ||
"typesPublisherContentHash": "62570bfe988302afdff4612d8f33d86d65a6b03ac5d2fffc2ada44067b12fa97", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Dec 2019 16:51:03 GMT | ||
* Last updated: Mon, 23 Dec 2019 17:18:13 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Ullisen Media Group (https://github.com/ullisenmedia), David Poetzsch-Heffter (https://github.com/dpoetzsch), Cedric Kemp (https://github.com/jaeggerr), Flavio Negrão (https://github.com/flavionegrao), Wes Grimes (https://github.com/wesleygrimes), Otherwise SAS (https://github.com/owsas), Andrew Goldis (https://github.com/agoldis), Alexandre Hétu Rivard (https://github.com/AlexandreHetu), Diamond Lewis (https://github.com/dplewis), Jong Eun Lee (https://github.com/yomybaby), Colin Ulin (https://github.com/pocketcolin), Robert Helms (https://github.com/rdhelms), Julien Quere (https://github.com/jlnquere), Yago Tomé (https://github.com/yagotome), Thibault MOCELLIN (https://github.com/tybi), Raschid JF Rafaelly (https://github.com/RaschidJFR), Jeff Gu Kang (https://github.com/jeffgukang), Bui Tan Loc (https://github.com/buitanloc), and Linus Unnebäck (https://github.com/LinusU). | ||
These definitions were written by Ullisen Media Group (https://github.com/ullisenmedia), David Poetzsch-Heffter (https://github.com/dpoetzsch), Cedric Kemp (https://github.com/jaeggerr), Flavio Negrão (https://github.com/flavionegrao), Wes Grimes (https://github.com/wesleygrimes), Otherwise SAS (https://github.com/owsas), Andrew Goldis (https://github.com/agoldis), Alexandre Hétu Rivard (https://github.com/AlexandreHetu), Diamond Lewis (https://github.com/dplewis), Jong Eun Lee (https://github.com/yomybaby), Colin Ulin (https://github.com/pocketcolin), Robert Helms (https://github.com/rdhelms), Julien Quere (https://github.com/jlnquere), Yago Tomé (https://github.com/yagotome), Thibault MOCELLIN (https://github.com/tybi), Raschid JF Rafaelly (https://github.com/RaschidJFR), Jeff Gu Kang (https://github.com/jeffgukang), Bui Tan Loc (https://github.com/buitanloc), Linus Unnebäck (https://github.com/LinusU), and Patrick O'Sullivan (https://github.com/REPTILEHAUS). |
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
56691
1194