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

deskbookers-react-intl-redux

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deskbookers-react-intl-redux - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

lib/components/IntlProvider.js

@@ -11,3 +11,3 @@ 'use strict';

var _reactIntl = require('react-intl');
var _deskbookersReactIntl = require('deskbookers-react-intl');

@@ -28,2 +28,2 @@ function defaultSelector(state) {

exports.default = (0, _reactRedux.connect)(mapStateToProps)(_reactIntl.IntlProvider);
exports.default = (0, _reactRedux.connect)(mapStateToProps)(_deskbookersReactIntl.IntlProvider);
{
"name": "deskbookers-react-intl-redux",
"version": "0.5.1",
"version": "0.5.2",
"description": "Redux binding for React Intl",

@@ -45,3 +45,3 @@ "main": "lib/index",

"react-dom": "^15.5.4",
"react-intl": "^2.3.0",
"deskbookers-react-intl": "^2.3.0",
"react-redux": "^5.0.4",

@@ -48,0 +48,0 @@ "react-test-renderer": "^15.5.4",

import {connect} from 'react-redux'
import {IntlProvider} from 'react-intl'
import {IntlProvider} from 'deskbookers-react-intl'

@@ -4,0 +4,0 @@ function defaultSelector(state) {

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