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
27
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-20230426132916 to 0.0.0-snapshot-20230426140136

4

build/cjs/babel-plugin/babel-templates.js

@@ -101,6 +101,6 @@ 'use strict';

if (explicitFileName) {
return `import(/* webpackChunkName: "${bindingId}-i18n-${explicitFileName}" */ "./${shared.TRANSLATION_DIRECTORY_NAME}/${explicitFileName}.json")`;
return `import(/* webpackChunkName: "${bindingId}-i18n" */ "./${shared.TRANSLATION_DIRECTORY_NAME}/${explicitFileName}.json")`;
}
return `import(/* webpackChunkName: "${bindingId}-i18n-[request]", webpackMode: "lazy-once" */ \`./${shared.TRANSLATION_DIRECTORY_NAME}/\${locale}.json\`)`;
return `import(/* webpackChunkName: "${bindingId}-i18n", webpackMode: "lazy-once" */ \`./${shared.TRANSLATION_DIRECTORY_NAME}/\${locale}.json\`)`;
}

@@ -107,0 +107,0 @@

{
"name": "@shopify/react-i18n",
"version": "0.0.0-snapshot-20230426132916",
"version": "0.0.0-snapshot-20230426140136",
"license": "MIT",

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

"@shopify/react-effect": "^5.0.3",
"@shopify/react-hooks": "^3.0.4",
"@shopify/react-hooks": "0.0.0-snapshot-20230426140136",
"@shopify/useful-types": "^5.1.2",

@@ -56,0 +56,0 @@ "@types/hoist-non-react-statics": "^3.0.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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