Socket
Socket
Sign inDemoInstall

storybook-react-i18next

Package Overview
Dependencies
1
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.19 to 1.0.20

13

CHANGELOG.md

@@ -0,1 +1,14 @@

# v1.0.20 (Mon Apr 11 2022)
#### ⚠️ Pushed to `main`
- Merge branch 'main' of github.com:stevensacks/storybook-react-i18next ([@stevensacks](https://github.com/stevensacks))
- docs(readme): change export and import of i18next.js ([@stevensacks](https://github.com/stevensacks))
#### Authors: 1
- Steven Sacks ([@stevensacks](https://github.com/stevensacks))
---
# v1.0.19 (Mon Apr 11 2022)

@@ -2,0 +15,0 @@

2

package.json
{
"name": "storybook-react-i18next",
"version": "1.0.19",
"version": "1.0.20",
"description": "Add react-i18next support to Storybook",

@@ -5,0 +5,0 @@ "keywords": [

@@ -102,3 +102,3 @@ # Storybook react-i18next addon

```javascript
import {i18n} from './i18next.js';
import i18n from './i18next.js';

@@ -119,3 +119,3 @@ export const parameters = {

```javascript
import {i18n} from './i18next.js';
import i18n from './i18next.js';

@@ -141,3 +141,3 @@ export const parameters = {

```javascript
import {i18n} from './i18next.js';
import i18n from './i18next.js';

@@ -157,3 +157,3 @@ export const parameters = {

```javascript
import {i18n} from './i18next.js';
import i18n from './i18next.js';

@@ -160,0 +160,0 @@ export const parameters = {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc