Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-native-uuid-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-native-uuid-generator - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

5

react-native-uuid-generator/index.d.ts

@@ -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>;

16

react-native-uuid-generator/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc