@hashicorp/react-vertical-text-block-list
Advanced tools
Comparing version 3.0.1 to 4.0.0-alpha.66
@@ -1,2 +0,1 @@ | ||
import marked from 'marked' | ||
import LinkWrap from '@hashicorp/react-link-wrap' | ||
@@ -26,5 +25,3 @@ import Image from '@hashicorp/react-image' | ||
className="body-text g-type-body-large" | ||
dangerouslySetInnerHTML={{ | ||
__html: marked.inlineLexer(item.body, []), | ||
}} | ||
dangerouslySetInnerHTML={{ __html: item.body }} | ||
data-testid={`body-text-${item.header}`} | ||
@@ -31,0 +28,0 @@ /> |
{ | ||
"name": "@hashicorp/react-vertical-text-block-list", | ||
"description": "Vertical block list of links", | ||
"version": "3.0.1", | ||
"version": "4.0.0-alpha.66+023e997", | ||
"author": "HashiCorp", | ||
@@ -12,4 +12,3 @@ "contributors": [ | ||
"@hashicorp/react-image": "^2.0.3", | ||
"@hashicorp/react-link-wrap": "^0.0.3", | ||
"marked": "^0.7.0" | ||
"@hashicorp/react-link-wrap": "^0.0.3" | ||
}, | ||
@@ -23,3 +22,3 @@ "license": "MPL-2.0", | ||
}, | ||
"gitHead": "8e8391f60ce07e10b88ef26691c6d13317b2b087" | ||
"gitHead": "023e99712881305b73f6c044f9d397e90a7a5d41" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
3
21569
136
2
- Removedmarked@^0.7.0
- Removedmarked@0.7.0(transitive)