@types/react-native-uuid-generator
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -1,6 +0,1 @@ | ||
// Type definitions for react-native-uuid-generator 4.0 | ||
// Project: https://github.com/Traviskn/react-native-uuid-generator#readme | ||
// Definitions by: burtek <https://github.com/burtek> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare namespace UUIDGenerator { | ||
@@ -7,0 +2,0 @@ function getRandomUUID(): Promise<string>; |
{ | ||
"name": "@types/react-native-uuid-generator", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for react-native-uuid-generator", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-uuid-generator", | ||
"license": "MIT", | ||
@@ -9,16 +10,17 @@ "contributors": [ | ||
"name": "burtek", | ||
"url": "https://github.com/burtek", | ||
"githubUsername": "burtek" | ||
"githubUsername": "burtek", | ||
"url": "https://github.com/burtek" | ||
} | ||
], | ||
"main": "", | ||
"types": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-native-uuid-generator" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d62e990233a3ab5944ef893bfda92ebee258b067ff8f244b785aa4b45a04eafe", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "bc704338447fd0164788a4559bbfa204033360fa86e9a0bc4b41be324cf3ee1f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,19 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-uuid-generator | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-uuid-generator. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-uuid-generator/index.d.ts) | ||
````ts | ||
declare namespace UUIDGenerator { | ||
function getRandomUUID(): Promise<string>; | ||
function getRandomUUID(callback: (uuid: string) => void): void; | ||
} | ||
Additional Details | ||
* Last updated: Mon, 05 Nov 2018 06:38:11 GMT | ||
export default UUIDGenerator; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by burtek <https://github.com/burtek>. | ||
These definitions were written by [burtek](https://github.com/burtek). |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3048
0
26
5