rehype-prism
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -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: { |
{ | ||
"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). |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32761
373
0
113