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

rehype-prism

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-prism - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

<a name="0.1.1"></a>
### [1.0.2](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v1.0.1...v1.0.2) (2022-03-11)
### Bug Fixes
* peer deps syntax error ([5b4fad9](https://www.github.com/Val-istar-Guo/rehype-prism/commit/5b4fad9eaed11ad2b4dbabfbd244f80c8b8cfbe8)), closes [#7](https://www.github.com/Val-istar-Guo/rehype-prism/issues/7)
### [1.0.1](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v1.0.0...v1.0.1) (2022-03-10)

@@ -8,0 +15,0 @@

4

lib/package.json

@@ -30,3 +30,3 @@ {

"description": "The unified plugin used to highlight code block in html with Prism",
"version": "1.0.1",
"version": "1.0.2",
"directories": {

@@ -97,5 +97,5 @@ "test": "tests"

"peerDependencies": {
"unified": "^9 | ^10"
"unified": "^9 || ^10"
},
"types": "lib/index.d.ts"
}

@@ -30,3 +30,3 @@ {

"description": "The unified plugin used to highlight code block in html with Prism",
"version": "1.0.1",
"version": "1.0.2",
"directories": {

@@ -97,5 +97,5 @@ "test": "tests"

"peerDependencies": {
"unified": "^9 | ^10"
"unified": "^9 || ^10"
},
"types": "lib/index.d.ts"
}
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