Socket
Socket
Sign inDemoInstall

@instructure/ui-i18n

Package Overview
Dependencies
Maintainers
33
Versions
1913
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-i18n - npm Package Compare versions

Comparing version 9.2.1-snapshot-9 to 9.3.0

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [9.2.1-snapshot-9](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-9) (2024-07-16)
# [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/ui-i18n

{
"name": "@instructure/ui-i18n",
"version": "9.2.1-snapshot-9",
"version": "9.3.0",
"description": "Helper components and utilities for internationalization.",

@@ -26,4 +26,4 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "9.2.1-snapshot-9",
"@instructure/ui-test-utils": "9.2.1-snapshot-9",
"@instructure/ui-babel-preset": "9.3.0",
"@instructure/ui-test-utils": "9.3.0",
"@types/hoist-non-react-statics": "^3.3.5",

@@ -34,8 +34,8 @@ "react-dom": "^18.3.1"

"@babel/runtime": "^7.24.5",
"@instructure/shared-types": "9.2.1-snapshot-9",
"@instructure/ui-decorator": "9.2.1-snapshot-9",
"@instructure/ui-dom-utils": "9.2.1-snapshot-9",
"@instructure/ui-prop-types": "9.2.1-snapshot-9",
"@instructure/ui-react-utils": "9.2.1-snapshot-9",
"@instructure/ui-utils": "9.2.1-snapshot-9",
"@instructure/shared-types": "9.3.0",
"@instructure/ui-decorator": "9.3.0",
"@instructure/ui-dom-utils": "9.3.0",
"@instructure/ui-prop-types": "9.3.0",
"@instructure/ui-react-utils": "9.3.0",
"@instructure/ui-utils": "9.3.0",
"hoist-non-react-statics": "^3.3.2",

@@ -42,0 +42,0 @@ "moment-timezone": "^0.5.43",

@@ -1,7 +0,6 @@

/// <reference types="react" />
export declare const ApplyLocaleContext: import("react").Context<{
locale?: string | undefined;
timezone?: string | undefined;
locale?: string;
timezone?: string;
}>;
export default ApplyLocaleContext;
//# sourceMappingURL=ApplyLocaleContext.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="react" />
/**

@@ -3,0 +2,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

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