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

@milkdown/preset-commonmark

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/preset-commonmark - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

lib/style.css

6

CHANGELOG.md
# @milkdown/preset-commonmark
## 4.5.3
### Patch Changes
- 9311f7c: Styles for preset commonmark.
## 4.5.2

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

9

package.json
{
"name": "@milkdown/preset-commonmark",
"version": "4.5.2",
"version": "4.5.3",
"main": "lib/index.js",

@@ -29,11 +29,12 @@ "module": "lib/index.js",

"devDependencies": {
"@milkdown/core": "4.5.2"
"@milkdown/core": "4.5.3",
"concurrently": "^6.0.2"
},
"scripts": {
"start": "vite",
"watch": "tsc -w",
"watch": "concurrently -n ts,css \"tsc -w\" \"postcss style/style.css --watch --verbose -o lib/style.css\"",
"test": "jest",
"tsc": "tsc --noEmit",
"build": "tsc"
"build": "tsc && postcss style/style.css --verbose -o lib/style.css"
}
}

@@ -12,4 +12,5 @@ # @milkdown/preset-commonmark

// import theme
// import theme and style
import '@milkdown/theme-nord/lib/theme.css';
import '@milkdown/preset-commonmark/lib/style.css';

@@ -16,0 +17,0 @@ const root = document.body;

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