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.2.0 to 0.3.0

12

CHANGELOG.md
# @mirohq-internal/design-system-types
## 0.3.0
### Minor Changes
- d218f7f3: Added Numeric type
```ts
const a: Numeric = 1 // ok
const b: Numeric = '1' // ok
const c: Numeric = '1px' // fail
```
## 0.2.0

@@ -4,0 +16,0 @@

2

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

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

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