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

micromark

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

5

package.json
{
"name": "micromark",
"version": "2.10.0",
"version": "2.10.1",
"description": "small commonmark compliant markdown parser with positional info and concrete tokens",

@@ -93,3 +93,2 @@ "license": "MIT",

"scripts": {
"postinstall": "patch-package --patch-dir script/patches",
"generate-constant-typings": "node script/generate-constant-typings",

@@ -101,3 +100,3 @@ "generate-expressions": "node script/generate-expressions",

"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"pretest-fuzz": "node script/generate-fixtures",
"pretest-fuzz": "patch-package --patch-dir script/patches; node script/generate-fixtures",
"test-fuzz": "timeout 15m jsfuzz test/fuzz.js test/fixtures --rss-limit-mb 300 --timeout 300",

@@ -104,0 +103,0 @@ "test-api": "node test",

2

readme.md

@@ -395,3 +395,3 @@ <h1 align="center">

micromark will adhere to semver at `3.0.0`.
Use tilde ranges for now: `"micromark": "~2.9.2"`.
Use tilde ranges for now: `"micromark": "~2.10.1"`.

@@ -398,0 +398,0 @@ ## Security

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