react-localization
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23288
6
6
1
- Removedreact@^16.0.0
Updatedlocalized-strings@^0.2.0