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

@mirohq/design-system-link

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.15-use-press.2 to 1.2.15

6

dist/main.js

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

cursor: "pointer",
transition: `border ${TRANSITION_TIME}, color ${TRANSITION_TIME}`,
transition: "border ".concat(TRANSITION_TIME, ", color ").concat(TRANSITION_TIME),
// asButton

@@ -116,6 +116,6 @@ background: "none",

if (!relProp.includes("noreferrer")) {
relProp = `noreferrer ${relProp}`;
relProp = "noreferrer ".concat(relProp);
}
if (!relProp.includes("noopener")) {
relProp = `noopener ${relProp}`;
relProp = "noopener ".concat(relProp);
}

@@ -122,0 +122,0 @@ }

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

cursor: "pointer",
transition: `border ${TRANSITION_TIME}, color ${TRANSITION_TIME}`,
transition: "border ".concat(TRANSITION_TIME, ", color ").concat(TRANSITION_TIME),
// asButton

@@ -108,6 +108,6 @@ background: "none",

if (!relProp.includes("noreferrer")) {
relProp = `noreferrer ${relProp}`;
relProp = "noreferrer ".concat(relProp);
}
if (!relProp.includes("noopener")) {
relProp = `noopener ${relProp}`;
relProp = "noopener ".concat(relProp);
}

@@ -114,0 +114,0 @@ }

{
"name": "@mirohq/design-system-link",
"version": "1.2.15-use-press.2",
"version": "1.2.15",
"description": "",

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

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

@@ -38,0 +38,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