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

@mirohq/design-system-utils

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.14.1 to 0.14.2

2

dist/main.js

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

if (typeof prop === "string") {
newProp = { [key]: { [prop.toString()]: `$${String(key)}` } };
newProp = { [key]: { [prop.toString()]: "$".concat(String(key)) } };
} else {

@@ -88,0 +88,0 @@ newProp = { [key]: prop(key) };

@@ -81,3 +81,3 @@ import { Fragment, Children, cloneElement } from 'react';

if (typeof prop === "string") {
newProp = { [key]: { [prop.toString()]: `$${String(key)}` } };
newProp = { [key]: { [prop.toString()]: "$".concat(String(key)) } };
} else {

@@ -84,0 +84,0 @@ newProp = { [key]: prop(key) };

{
"name": "@mirohq/design-system-utils",
"version": "0.14.1",
"version": "0.14.2",
"description": "",

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

"dependencies": {
"@mirohq/design-system-types": "^0.6.0"
"@mirohq/design-system-types": "^0.6.1"
},

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