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

react-localization

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-localization - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

.DS_Store

11

package.json
{
"name": "react-localization",
"version": "1.0.13",
"version": "1.0.14",
"description": "Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module, use 'npm run build' before publishing",

@@ -37,8 +37,11 @@ "scripts": {

"babel-preset-stage-2": "^6.24.1",
"jasmine": "^2.7.0"
"jasmine": "^2.7.0",
"react": "^16.0.0"
},
"dependencies": {
"localized-strings": "^0.2.00",
"react": "^16.0.0"
"localized-strings": "^0.2.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^15.6.0"
}
}

@@ -25,3 +25,3 @@ # react-localization

```js
\\ES6 module syntax
// ES6 module syntax
import LocalizedStrings from 'react-localization';

@@ -28,0 +28,0 @@

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