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.5.3 to 4.6.0

6

CHANGELOG.md
# @milkdown/design-system
## 4.6.0
### Minor Changes
- e1fbf79: Refactor the plugin system to functional plugin for better extension ability.
## 4.5.3

@@ -4,0 +10,0 @@

6

package.json
{
"name": "@milkdown/design-system",
"version": "4.5.3",
"version": "4.6.0",
"main": "lib/index.js",

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

"watch": "concurrently -n ts,css \"tsc -w\" \"postcss style/style.css --watch --verbose -o lib/style.css\"",
"watch:css": "postcss style/style.css --watch --verbose -o lib/style.css",
"test": "jest",
"tsc": "tsc --noEmit",
"build": "tsc && postcss style/style.css --verbose -o lib/style.css"
"build": "tsc && postcss style/style.css --verbose -o lib/style.css",
"build:css": "postcss style/style.css --verbose -o lib/style.css"
},

@@ -15,0 +17,0 @@ "files": [

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