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

@milkdown/design-system

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/design-system - npm Package Compare versions

Comparing version 4.10.4 to 4.10.5

2

lib/transformer.js
export const themeColor = (hex) => {
if (hex.startsWith('rgba')) {
return hex.slice(5, -1);
return hex.slice(5, -1).split(',').slice(0, -1).join(',');
}

@@ -5,0 +5,0 @@ if (hex.startsWith('rgb')) {

{
"name": "@milkdown/design-system",
"version": "4.10.4",
"version": "4.10.5",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "module": "lib/index.js",

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