Comparing version 2.10.0 to 2.10.1
{ | ||
"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", |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
411199