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

react-localize-redux

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-localize-redux - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2

6

CHANGELOG.md

@@ -0,4 +1,8 @@

## 3.5.2 (January 24, 2019)
* Update typescript definition for localizeReducer function
## 3.5.1 (November 9, 2018)
* ensure that store from props is initialized with initialize from props. [#130](https://github.com/ryandrewjohnson/react-localize-redux/pull/136)
* ensure that store from props is initialized with initialize from props. [#136](https://github.com/ryandrewjohnson/react-localize-redux/pull/136)

@@ -5,0 +9,0 @@ ## 3.5.0 (October 17, 2018)

2

es/index.d.ts

@@ -181,3 +181,3 @@ import {

export function localizeReducer(
state: LocalizeState,
state: LocalizeState | undefined,
action: Action

@@ -184,0 +184,0 @@ ): LocalizeState;

@@ -181,3 +181,3 @@ import {

export function localizeReducer(
state: LocalizeState,
state: LocalizeState | undefined,
action: Action

@@ -184,0 +184,0 @@ ): LocalizeState;

{
"name": "react-localize-redux",
"version": "3.5.1",
"version": "3.5.2",
"description": "Localization library for handling translations in React",

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

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