New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/react-i18n

Package Overview
Dependencies
Maintainers
13
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-i18n - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@shopify/react-i18n",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "i18n utilities for React handling translations, formatting, and more.",

@@ -41,3 +41,3 @@ # `@shopify/react-i18n`

return (
<I18nContext.Provider manager={i18nManager}>
<I18nContext.Provider value={i18nManager}>
{/* App contents */}

@@ -343,3 +343,3 @@ </I18nContext.Provider>

return (
<I18nContext.Provider manager={i18nManager}>
<I18nContext.Provider value={i18nManager}>
{/* App contents */}

@@ -346,0 +346,0 @@ </I18nContext.Provider>

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