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

redux-polyglot

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-polyglot - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

6

dist/selectors.js

@@ -79,3 +79,7 @@ 'use strict';

var getP = function getP(state, polyglotScope) {
var getP = function getP(state) {
var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var polyglotScope = _ref.polyglotScope;
if (!getLocale(state) || !getPhrases(state)) {

@@ -82,0 +86,0 @@ return {

2

package.json
{
"name": "redux-polyglot",
"version": "0.2.1",
"version": "0.3.0",
"description": "Tool for using Polyglot.js with Redux",

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

@@ -46,3 +46,3 @@ # redux-polyglot

It takes 4 parameters and return a middleware :
It takes 3 parameters and return a middleware :
- 1 - `actionToCatch :: String | Array<String>`

@@ -49,0 +49,0 @@ - the type(s) of the action to catch

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