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
19
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 0.0.0-snapshot-20220822175908 to 0.0.0-snapshot-20220829233403

24

package.json
{
"name": "@shopify/react-i18n",
"version": "0.0.0-snapshot-20220822175908",
"version": "0.0.0-snapshot-20220829233403",
"license": "MIT",

@@ -49,9 +49,9 @@ "description": "i18n utilities for React handling translations, formatting, and more",

"dependencies": {
"@shopify/dates": "^2.0.0",
"@shopify/decorators": "^3.0.0",
"@shopify/function-enhancers": "^3.0.0",
"@shopify/i18n": "^2.0.0",
"@shopify/react-effect": "^5.0.1",
"@shopify/react-hooks": "^3.0.1",
"@shopify/useful-types": "^5.1.0",
"@shopify/dates": "^2.0.1",
"@shopify/decorators": "^3.0.1",
"@shopify/function-enhancers": "^3.0.1",
"@shopify/i18n": "^2.0.1",
"@shopify/react-effect": "^5.0.2",
"@shopify/react-hooks": "^3.0.2",
"@shopify/useful-types": "^5.1.1",
"@types/hoist-non-react-statics": "^3.0.1",

@@ -95,4 +95,8 @@ "change-case": "^4.1.2",

"exports": {
"./babel": "./babel.js",
"./babel": {
"types": "./build/ts/babel-plugin/index.d.ts",
"default": "./babel.js"
},
"./generate-dictionaries": {
"types": "./build/ts/babel-plugin/generate-dictionaries.d.ts",
"esnext": "./generate-dictionaries.esnext",

@@ -103,2 +107,3 @@ "import": "./generate-dictionaries.mjs",

"./generate-index": {
"types": "./build/ts/babel-plugin/generate-index.d.ts",
"esnext": "./generate-index.esnext",

@@ -109,2 +114,3 @@ "import": "./generate-index.mjs",

".": {
"types": "./build/ts/index.d.ts",
"esnext": "./index.esnext",

@@ -111,0 +117,0 @@ "import": "./index.mjs",

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