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 2.3.1 to 2.3.2

7

CHANGELOG.md

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

<a name="0.1.1"></a>
## [2.3.2](https://github.com/Val-istar-Guo/rehype-prism/compare/v2.3.1...v2.3.2) (2023-11-09)
### Performance Improvements
* add npm provenance ([a7d0635](https://github.com/Val-istar-Guo/rehype-prism/commit/a7d063508755d15a43a64c30ab7d984f877bb1a1))
## [2.3.1](https://github.com/Val-istar-Guo/rehype-prism/compare/v2.3.0...v2.3.1) (2023-11-06)

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

@@ -8,2 +8,8 @@ import type { JestConfigWithTsJest } from 'ts-jest'

testEnvironment: 'node',
collectCoverage: true,
collectCoverageFrom: ['./src/**'],
coverageReporters: ['text', 'cobertura'],
coveragePathIgnorePatterns: [
'.*__snapshots__/.*',
],
// setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],

@@ -10,0 +16,0 @@ moduleNameMapper: {

2

package.json
{
"name": "rehype-prism",
"version": "2.3.1",
"version": "2.3.2",
"description": "The unified plugin used to highlight code block in html with Prism",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,7 +10,7 @@ <!-- title -->

[![version](https://img.shields.io/npm/v/rehype-prism.svg?style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![downloads](https://img.shields.io/npm/dm/rehype-prism.svg?style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![license](https://img.shields.io/npm/l/rehype-prism.svg?style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![dependencies](https://img.shields.io/librariesio/release/npm/rehype-prism?style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![coveralls](https://img.shields.io/coveralls/github/Val-istar-Guo/rehype-prism.svg?style=for-the-badge)](https://coveralls.io/github/Val-istar-Guo/rehype-prism)
[![version](https://img.shields.io/npm/v/rehype-prism.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![downloads](https://img.shields.io/npm/dm/rehype-prism.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![dependencies](https://img.shields.io/librariesio/release/npm/rehype-prism?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![license](https://img.shields.io/npm/l/rehype-prism.svg?logo=github&style=for-the-badge)](https://www.npmjs.com/package/rehype-prism)
[![Codecov](https://img.shields.io/codecov/c/gh/Val-istar-Guo/rehype-prism?logo=codecov&token=PWMEC8L6DN&style=for-the-badge)](https://codecov.io/gh/Val-istar-Guo/rehype-prism)

@@ -111,11 +111,4 @@

<!-- addition -->
If in doubt, please submit an issue.
<!-- addition -->
## Contributing & Development
If there is any doubt, it is very welcome to discuss the issue together.
Please read [Contributor Covenant Code of Conduct](.github/CODE_OF_CONDUCT.md) and [CONTRIBUTING](.github/CONTRIBUTING.md).
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