New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/design-system-types

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-types - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0-use-press.0

6

CHANGELOG.md
# @mirohq-internal/design-system-types
## 0.6.0-use-press.0
### Minor Changes
- [#212](https://github.com/miroapp-dev/design-system/pull/212) [`af64a21f`](https://github.com/miroapp-dev/design-system/commit/af64a21f20d03be51d0aba2786cdb015aa136889) Thanks [@ivanbanov](https://github.com/ivanbanov)! - Added DOMEvenAttributes type
## 0.5.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@mirohq/design-system-types",
"version": "0.5.0",
"version": "0.6.0-use-press.0",
"description": "",

@@ -5,0 +5,0 @@ "author": "Miro",

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

import type { HTMLProps, ComponentProps, ElementType } from 'react'
import type {
HTMLProps,
ComponentProps,
ElementType,
DOMAttributes,
} from 'react'

@@ -19,1 +24,10 @@ /**

>
/**
* Only `on` DOMAttributes
*/
export type DOMEventAttributes<T> = {
[K in keyof DOMAttributes<T> as K extends `on${string}`
? K
: never]: DOMAttributes<T>
}
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