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

@hashicorp/hashi-callouts

Package Overview
Dependencies
Maintainers
9
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/hashi-callouts - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

dist/index.js

@@ -80,6 +80,6 @@ 'use strict';

{ 'class': 'g-callouts' },
data.items.map(function (item, index) {
data.items.map(function (item) {
return preact.h(
'li',
{ 'class': 'callout-container', key: index },
{ 'class': 'callout-container', key: item.title },
item.link && preact.h(

@@ -86,0 +86,0 @@ 'a',

{
"name": "@hashicorp/hashi-callouts",
"description": "a set of three horizontally-aligned images paired with a short title and descriptive text.",
"version": "2.0.4",
"version": "2.0.5",
"author": "Hashicorp - Jeff Escalante",

@@ -21,3 +21,3 @@ "main": "dist",

},
"gitHead": "f2beeba3dca4dbebdacb405e93b4c081846bccd3"
"gitHead": "f0edeaaff36e2ca621981a9217aa720e8ed23e06"
}
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