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 0.11.4 to 0.11.5

dist/constants/currency-decimal-places.d.ts

2

dist/constants/index.d.ts

@@ -41,2 +41,2 @@ export declare enum DateStyle {

export declare const RTL_LANGUAGES: string[];
export { default as currencyDecimalPlaces, DEFAULT_DECIMAL_PLACES, } from './currecy-decimal-places';
export { default as currencyDecimalPlaces, DEFAULT_DECIMAL_PLACES, } from './currency-decimal-places';

@@ -179,4 +179,4 @@ "use strict";

/* eslint-enable */
var currecy_decimal_places_1 = require("./currecy-decimal-places");
exports.currencyDecimalPlaces = currecy_decimal_places_1.default;
exports.DEFAULT_DECIMAL_PLACES = currecy_decimal_places_1.DEFAULT_DECIMAL_PLACES;
var currency_decimal_places_1 = require("./currency-decimal-places");
exports.currencyDecimalPlaces = currency_decimal_places_1.default;
exports.DEFAULT_DECIMAL_PLACES = currency_decimal_places_1.DEFAULT_DECIMAL_PLACES;

@@ -7,2 +7,2 @@ export { default as Provider, Props as ProviderProps } from './Provider';

export { I18nDetails, LanguageDirection, CurrencyCode } from './types';
export { DateStyle, Weekdays } from './constants';
export { currencyDecimalPlaces, DEFAULT_DECIMAL_PLACES, DateStyle, Weekdays, } from './constants';

@@ -17,3 +17,5 @@ "use strict";

var constants_1 = require("./constants");
exports.currencyDecimalPlaces = constants_1.currencyDecimalPlaces;
exports.DEFAULT_DECIMAL_PLACES = constants_1.DEFAULT_DECIMAL_PLACES;
exports.DateStyle = constants_1.DateStyle;
exports.Weekdays = constants_1.Weekdays;
{
"name": "@shopify/react-i18n",
"version": "0.11.4",
"version": "0.11.5",
"license": "MIT",

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

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