New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.1 to 4.8.0

48

package.json
{
"name": "@milkdown/design-system",
"version": "4.7.1",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "vite",
"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:css": "postcss style/style.css --verbose -o lib/style.css"
},
"files": [
"lib"
],
"dependencies": {
"tslib": "^2.2.0"
},
"devDependencies": {
"concurrently": "^6.0.2"
}
}
"name": "@milkdown/design-system",
"version": "4.8.0",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"tslib": "^2.2.0"
},
"devDependencies": {
"concurrently": "^6.0.2"
},
"scripts": {
"start": "vite",
"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:css": "postcss style/style.css --verbose -o lib/style.css"
}
}
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