@mapbox/rehype-prism
Advanced tools
Comparing version 0.5.0 to 0.6.0
# Changelog | ||
## 0.6.0 | ||
- Update dependencies. | ||
## 0.5.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@mapbox/rehype-prism", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "rehype plugin to highlight code blocks in HTML with Prism", | ||
@@ -31,5 +31,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"hast-util-to-string": "^1.0.3", | ||
"refractor": "^3.0.0", | ||
"unist-util-visit": "^2.0.2" | ||
"hast-util-to-string": "^1.0.4", | ||
"refractor": "^3.3.1", | ||
"unist-util-visit": "^2.0.3" | ||
}, | ||
@@ -39,8 +39,8 @@ "devDependencies": { | ||
"dedent": "^0.7.0", | ||
"eslint": "^7.2.0", | ||
"eslint": "^7.21.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"husky": "^4.2.5", | ||
"jest": "^26.0.1", | ||
"lint-staged": "^10.2.10", | ||
"prettier": "^2.0.5", | ||
"husky": "^4.3.8", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.4", | ||
"prettier": "^2.2.1", | ||
"rehype": "^11.0.0" | ||
@@ -47,0 +47,0 @@ }, |
# @mapbox/rehype-prism | ||
[![Build Status](https://travis-ci.com/mapbox/rehype-prism.svg?branch=main)](https://travis-ci.com/mapbox/rehype-prism) | ||
[![Build Status](https://travis-ci.org/mapbox/rehype-prism.svg?branch=main)](https://travis-ci.org/mapbox/rehype-prism) | ||
[rehype](https://github.com/wooorm/rehype) plugin to highlight code blocks in HTML with [Prism] (via [refractor]). | ||
@@ -7,0 +6,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11666
107
Updatedhast-util-to-string@^1.0.4
Updatedrefractor@^3.3.1
Updatedunist-util-visit@^2.0.3