Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/shared-types

Package Overview
Dependencies
Maintainers
36
Versions
845
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/shared-types - npm Package Compare versions

Comparing version 10.6.1-snapshot-13 to 10.6.1-snapshot-15

3

CHANGELOG.md

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

## [10.6.1-snapshot-13](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1-snapshot-13) (2024-11-26)
## [10.6.1-snapshot-15](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1-snapshot-15) (2024-11-26)

@@ -12,2 +12,3 @@

* **emotion,shared-types:** better TS types for theme objects and their overrides ([c790958](https://github.com/instructure/instructure-ui/commit/c7909580b283ab6808f7c9d0f53b49630bf713d9))
* **shared-types,ui-pagination:** pagination indicators have spacing and coded as a list for a11y ([e6e5a7b](https://github.com/instructure/instructure-ui/commit/e6e5a7b6cda158f16cf0d86787130877b9c22a75))

@@ -14,0 +15,0 @@

{
"name": "@instructure/shared-types",
"version": "10.6.1-snapshot-13",
"version": "10.6.1-snapshot-15",
"description": "Shared TypeScript typings for Instructure UI packages.",

@@ -5,0 +5,0 @@ "author": "Instructure, Inc. Engineering and Product Design",

@@ -27,3 +27,2 @@ /*

/** Recursively makes every property in T optional */
type DeepPartial<T> = {

@@ -30,0 +29,0 @@ [P in keyof T]?: DeepPartial<T[P]>

import PropTypes from 'prop-types';
/** Recursively makes every property in T optional */
type DeepPartial<T> = {

@@ -4,0 +3,0 @@ [P in keyof T]?: DeepPartial<T[P]>;

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