You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@instructure/console

Package Overview
Dependencies
Maintainers
40
Versions
1862
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/console - npm Package Compare versions

Comparing version
10.26.1-snapshot-2
to
10.26.1
+2
-23
CHANGELOG.md

@@ -6,31 +6,10 @@ # Change Log

## [10.26.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.26.0...v10.26.1-snapshot-2) (2025-10-06)
## [10.26.1](https://github.com/instructure/instructure-ui/compare/v10.26.0...v10.26.1) (2025-10-06)
**Note:** Version bump only for package @instructure/console
### Features
* **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
### BREAKING CHANGES
* **many:** InstUI v11 contains the following breaking changes:
- React 16 and 17 are no longer supported
- remove `PropTypes` from all packages
- remove `CodeEditor` component
- remove `@instui/theme-registry` package
- remove `@testable`, `@experimental`, `@hack` decorators
- InstUISettingsProvider's `as` prop is removed
- `canvas.use()`, `canvasHighContrast.use()` functions are removed
- `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
- `variables` field on theme objects are removed
- remove deprecated props from Table: Row's `isStacked`, Body's
`isStacked`, `hover`, and `headers`
- `Table`'s `caption` prop is now required
- `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
# [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)

@@ -37,0 +16,0 @@

+3
-3
{
"name": "@instructure/console",
"version": "10.26.1-snapshot-2",
"version": "10.26.1",
"description": "A babel macro made by Instructure Inc.",

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

"devDependencies": {
"@instructure/ui-babel-preset": "10.26.1-snapshot-2"
"@instructure/ui-babel-preset": "10.26.1"
},
"peerDependencies": {
"react": ">=18 <=19"
"react": ">=16.14 <=18"
},

@@ -32,0 +32,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet