prism-react-renderer
Advanced tools
Comparing version 2.0.0 to 2.0.1
import * as react from 'react'; | ||
import { CSSProperties } from 'react'; | ||
import { Token as Token$1 } from 'prismjs'; | ||
export { default as Prism } from 'prismjs'; | ||
import * as prismjs from 'prismjs'; | ||
export { prismjs as Prism }; | ||
@@ -6,0 +7,0 @@ type Language = string; |
{ | ||
"name": "prism-react-renderer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Renders highlighted Prism output using React", | ||
@@ -29,3 +29,2 @@ "sideEffects": true, | ||
"@types/node": "^18.15.11", | ||
"@types/prismjs": "^1.26.0", | ||
"@vitejs/plugin-react": "^3.1.0", | ||
@@ -46,2 +45,3 @@ "babel-plugin-codegen": "^4.1.5", | ||
"dependencies": { | ||
"@types/prismjs": "^1.26.0", | ||
"clsx": "^1.2.1" | ||
@@ -48,0 +48,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
23
0
667956
3
6011
+ Added@types/prismjs@^1.26.0
+ Added@types/prismjs@1.26.5(transitive)