Socket
Socket
Sign inDemoInstall

bs-react-intl

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-react-intl - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "bs-react-intl",
"version": "0.0.4",
"version": "0.0.5",
"description": "BuckleScript bindings to react-intl",

@@ -5,0 +5,0 @@ "author": "Alex Fedoseev <alex.fedoseev@gmail.com>",

@@ -5,2 +5,43 @@ # bs-react-intl

Work in Progress. See `examples` folder.
## Installation
```shell
# yarn / npm
yarn add bs-react-intl
npm install --save bs-react-intl
```
## Examples
Clone this repo.
```shell
yarn install
yarn run build
```
Then open some `*.html` from [`examples`](./examples) folder.
## Status
Despite lots of unchecked the most hard work is done. I'll add bindings to the rest of the components once I need them. Fell free to help me out and submit PR.
- [x] addLocaleData
- [x] intlShape
- [x] injectIntl
- [x] defineMessages
- [x] IntlProvider
- [ ] FormattedDate
- [ ] FormattedDate (children-as-function)
- [ ] FormattedTime
- [ ] FormattedTime (children-as-function)
- [ ] FormattedRelative
- [ ] FormattedRelative (children-as-function)
- [ ] FormattedNumber
- [ ] FormattedNumber (children-as-function)
- [ ] FormattedPlural
- [ ] FormattedPlural (children-as-function)
- [x] FormattedMessage
- [ ] FormattedMessage (children-as-function)
- [ ] FormattedHTMLMessage
- [ ] FormattedHTMLMessage (children-as-function)
## Usage
See [`examples`](./examples) folder.
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