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

react-globalize

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-globalize - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "react-globalize",
"version": "0.1.0",
"version": "0.1.1",
"description": "Bringing the i18n functionality of Globalize, backed by CLDR, to React",

@@ -20,3 +20,7 @@ "main": "index.js",

"browserify": "~9.0.3"
},
"peerDependencies": {
"globalize": "~1.0.0-alpha.17",
"react": "~0.12.2"
}
}

@@ -5,2 +5,8 @@ # react-globalize

## Install
1. `npm install react-globalize`
2. In your application just:
`var FormatCurrency = require('react-globalize').FormatCurrency;`
3. Then follow the usage instructions for each component below
## Components

@@ -7,0 +13,0 @@ Components are the heart of React and the whole point of react-globalize. These components provide simple, easily updatable elements in your page to display things like currency, dates, numbers and messages, formatted or translated to the current locale set by your application.

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