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
0
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

to
7.12.0

4

build/cjs/i18n.js

@@ -64,2 +64,3 @@ 'use strict';

};
// eslint-disable-next-line @typescript-eslint/member-ordering
this.numberSymbols = functionEnhancers.memoize(() => {

@@ -312,5 +313,2 @@ const formattedNumber = this.formatNumber(123456.7, {

}
// eslint-disable-next-line @typescript-eslint/member-ordering
formatCurrencyAuto(amount, options = {}) {

@@ -317,0 +315,0 @@ // use the short format if we can't determine a currency match, or if the

{
"name": "@shopify/react-i18n",
"version": "7.11.0",
"version": "7.12.0",
"license": "MIT",

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

"@shopify/dates": "^2.1.0",
"@shopify/name": "^1.1.0",
"@shopify/name": "^1.2.0",
"@shopify/function-enhancers": "^3.1.0",
"@shopify/i18n": "^2.1.0",
"@shopify/react-effect": "^5.1.0",
"@shopify/react-hooks": "^3.2.0",
"@shopify/useful-types": "^5.2.0",
"@shopify/react-effect": "^5.2.0",
"@shopify/react-hooks": "^4.0.0",
"@shopify/useful-types": "^5.3.0",
"@types/hoist-non-react-statics": "^3.0.1",

@@ -58,0 +58,0 @@ "change-case": "^4.1.2",

@@ -255,4 +255,4 @@ # `@shopify/react-i18n`

"general": {
"details": "See {{ link }}" // Mustache format
}
"details": "See {{ link }}", // Mustache format
},
}

@@ -259,0 +259,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet