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

react-globalize

Package Overview
Dependencies
Maintainers
3
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.4.0-alpha.0 to 0.4.0

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -242,4 +242,34 @@ # react-globalize

## Development
### Testing
```
npm test
```
### Release process
Update package.json version, commit, and merge it into `master`.
On master, run:
```
VER=<version> # e.g., "0.4.0"
git checkout --detach &&
grunt &&
git add -f dist/* &&
git commit -a -m Build &&
git tag -a -m v$VER v$VER
```
Verify the tag and:
```
git push --tags origin &&
npm publish
```
## License
This project is distributed under the [MIT license](https://www.tldrlegal.com/l/mit).
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