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
12
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.10.2 to 0.10.3

2

dist/index.d.ts

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

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

@@ -13,4 +13,7 @@ "use strict";

exports.translate = utilities_1.translate;
var types_1 = require("./types");
exports.LanguageDirection = types_1.LanguageDirection;
exports.CurrencyCode = types_1.CurrencyCode;
var constants_1 = require("./constants");
exports.DateStyle = constants_1.DateStyle;
exports.Weekdays = constants_1.Weekdays;
{
"name": "@shopify/react-i18n",
"version": "0.10.2",
"version": "0.10.3",
"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