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

@types/react-native-i18n

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-i18n - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

react-native-i18n/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for react-native-i18n 2.0
// Project: https://github.com/AlexanderZaytsev/react-native-i18n
// Definitions by: Vincent Langlet <https://github.com/VincentLanglet>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import I18n = require("i18n-js");

@@ -8,0 +2,0 @@

15

react-native-i18n/package.json
{
"name": "@types/react-native-i18n",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for react-native-i18n",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-i18n",
"license": "MIT",

@@ -9,10 +10,12 @@ "contributors": [

"name": "Vincent Langlet",
"url": "https://github.com/VincentLanglet",
"githubUsername": "VincentLanglet"
"githubUsername": "VincentLanglet",
"url": "https://github.com/VincentLanglet"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-native-i18n"
},

@@ -23,4 +26,4 @@ "scripts": {},

},
"typesPublisherContentHash": "120431877f6c62131dcedcb9f0c6e2527e51ca725102470de498e081545cf904",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "33e80f91e3b7766a5e1e8f49f6bfe732653c8d14cba6d0814ca1b8de72599857",
"typeScriptVersion": "4.5"
}

20

react-native-i18n/README.md

@@ -8,10 +8,18 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-i18n
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-i18n.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-i18n/index.d.ts)
````ts
import I18n = require("i18n-js");
Additional Details
* Last updated: Mon, 09 Apr 2018 17:06:48 GMT
* Dependencies: i18n-js
* Global values: none
export function getLanguages(): Promise<string[]>;
export default I18n;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
* Dependencies: [@types/i18n-js](https://npmjs.com/package/@types/i18n-js)
# Credits
These definitions were written by Vincent Langlet <https://github.com/VincentLanglet>.
These definitions were written by [Vincent Langlet](https://github.com/VincentLanglet).

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