Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 0.4.0-checkbox.0

6

CHANGELOG.md
# @mirohq-internal/design-system-types
## 0.4.0-checkbox.0
### Minor Changes
- [#122](https://github.com/miroapp-dev/design-system/pull/122) [`6add152d`](https://github.com/miroapp-dev/design-system/commit/6add152d7e1df73c3d35f3dad051baff71acb976) Thanks [@skarensmoll](https://github.com/skarensmoll)! - Added Booleanish type
## 0.3.0

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

2

package.json
{
"name": "@mirohq/design-system-types",
"version": "0.3.0",
"version": "0.4.0-checkbox.0",
"description": "",

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

export type Nullable<T> = T | null | undefined
export type Numeric = number | `${number}`
export type Booleanish = boolean | `${boolean}`
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