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

@mirohq/design-system-base-button

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-base-button - npm Package Compare versions

Comparing version 0.4.11-use-press.0 to 0.4.11

2

dist/main.js

@@ -86,3 +86,3 @@ 'use strict';

target,
rel: target === "_blank" ? `noopener noreferrer ${rel}`.trim() : rel,
rel: target === "_blank" ? "noopener noreferrer ".concat(rel).trim() : rel,
children

@@ -89,0 +89,0 @@ }

@@ -78,3 +78,3 @@ import { jsx } from 'react/jsx-runtime';

target,
rel: target === "_blank" ? `noopener noreferrer ${rel}`.trim() : rel,
rel: target === "_blank" ? "noopener noreferrer ".concat(rel).trim() : rel,
children

@@ -81,0 +81,0 @@ }

{
"name": "@mirohq/design-system-base-button",
"version": "0.4.11-use-press.0",
"version": "0.4.11",
"description": "",

@@ -33,3 +33,3 @@ "author": "Miro",

"@mirohq/design-system-primitive": "^1.1.0",
"@mirohq/design-system-stitches": "^2.3.4-use-press.0"
"@mirohq/design-system-stitches": "^2.3.4"
},

@@ -36,0 +36,0 @@ "scripts": {

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