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

@hashicorp/react-vertical-text-block-list

Package Overview
Dependencies
Maintainers
21
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/react-vertical-text-block-list - npm Package Compare versions

Comparing version 2.0.3 to 3.0.0

README.md

6

index.js

@@ -1,2 +0,1 @@

import React from 'react'
import marked from 'marked'

@@ -13,7 +12,6 @@ import LinkWrap from '@hashicorp/react-link-wrap'

>
{data.map(item => (
{data.map((item) => (
<li key={item.body}>
<MaybeLink link={item.linkUrl} LinkComponent={Link}>
<div className="header" data-testid={`header-${item.header}`}>
{/* TODO: use image component? */}
{item.logo ? (

@@ -30,3 +28,3 @@ <Image {...item.logo} data-testid="img" />

dangerouslySetInnerHTML={{
__html: marked.inlineLexer(item.body, [])
__html: marked.inlineLexer(item.body, []),
}}

@@ -33,0 +31,0 @@ data-testid={`body-text-${item.header}`}

{
"name": "@hashicorp/react-vertical-text-block-list",
"description": "Vertical block list of links",
"version": "2.0.3",
"author": "Hashicorp - Mike Wickett",
"version": "3.0.0",
"author": "HashiCorp",
"contributors": [
"Mike Wickett",
"Jeff Escalante"
],
"dependencies": {

@@ -12,3 +16,2 @@ "@hashicorp/react-image": "^2.0.3",

"license": "MPL-2.0",
"main": "dist",
"peerDependencies": {

@@ -20,6 +23,3 @@ "react": "^16.9.0"

},
"scripts": {
"test": "jest"
},
"gitHead": "bf5bc21d375159feef4807442b0e394b5390ea3d"
"gitHead": "11d7bda7d518bc675ab0033067d43057e21f3b77"
}

Sorry, the diff of this file is not supported yet

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