react-intl-redux
Advanced tools
Comparing version
@@ -40,3 +40,3 @@ 'use strict'; | ||
(0, _warning2.default)(!(props.locale || props.messages), '[react-intl-redux] pass `locale` and `messages` is deprecated, please set them in `initalState` instead. https://github.com/ratson/react-intl-redux/issues/4'); // eslint-disable-line | ||
process.env.NODE_ENV !== 'production' ? (0, _warning2.default)(!(props.locale || props.messages), '[react-intl-redux] pass `locale` and `messages` is deprecated, please set them in `initalState` instead. https://github.com/ratson/react-intl-redux/issues/4') : void 0; // eslint-disable-line | ||
return _react2.default.createElement( | ||
@@ -43,0 +43,0 @@ _reactRedux.Provider, |
{ | ||
"name": "react-intl-redux", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Redux binding for React Intl", | ||
@@ -14,19 +14,20 @@ "main": "lib/index", | ||
"dependencies": { | ||
"react-intl": "^2.1.0", | ||
"react-intl": "^2.1.3", | ||
"react-redux": "^4.4.5", | ||
"redux": "^3.5.1", | ||
"warning": "^2.1.0" | ||
"redux": "^3.5.2", | ||
"warning": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.9.0", | ||
"babel-eslint": "^6.0.4", | ||
"babel-cli": "^6.10.1", | ||
"babel-eslint": "^6.1.0", | ||
"babel-plugin-check-es2015-constants": "^6.8.0", | ||
"babel-plugin-dev-expression": "^0.2.1", | ||
"babel-plugin-syntax-jsx": "^6.8.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.9.0", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.10.1", | ||
"babel-plugin-transform-es2015-destructuring": "^6.9.0", | ||
"babel-plugin-transform-es2015-function-name": "^6.9.0", | ||
"babel-plugin-transform-es2015-literals": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3", | ||
"babel-plugin-transform-es2015-parameters": "^6.9.0", | ||
@@ -39,9 +40,9 @@ "babel-plugin-transform-es2015-shorthand-properties": "^6.8.0", | ||
"babel-register": "^6.9.0", | ||
"eslint": "^2.11.1", | ||
"eslint-plugin-react": "^5.1.1", | ||
"eslint": "^2.13.1", | ||
"eslint-plugin-react": "^5.2.2", | ||
"mocha": "^2.5.3", | ||
"npm-run-all": "^2.1.1", | ||
"npm-run-all": "^2.2.2", | ||
"react": "^15.1.0", | ||
"rimraf": "^2.5.2", | ||
"should": "^9.0.0" | ||
"should": "^9.0.2" | ||
}, | ||
@@ -48,0 +49,0 @@ "repository": "ratson/react-intl-redux", |
@@ -17,3 +17,3 @@ React Intl Redux | ||
import ReactDOM from 'react-dom' | ||
import { FormattedNumber } from 'react-intl'; | ||
import { FormattedNumber } from 'react-intl' | ||
import { createStore, combineReducers } from 'redux' | ||
@@ -20,0 +20,0 @@ import { Provider, intlReducer } from 'react-intl-redux' |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
7985
1.22%109
0.93%26
4%3
50%+ Added
- Removed
Updated
Updated
Updated