@hashicorp/hashi-callouts
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -80,6 +80,6 @@ 'use strict'; | ||
{ 'class': 'g-callouts' }, | ||
data.items.map(function (item) { | ||
data.items.map(function (item, index) { | ||
return preact.h( | ||
'li', | ||
{ 'class': 'callout-container' }, | ||
{ 'class': 'callout-container', key: index }, | ||
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.3", | ||
"version": "2.0.4", | ||
"author": "Hashicorp - Jeff Escalante", | ||
@@ -21,3 +21,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "a84015a919ee6dac2dd0a7e4043f1fe3ddddcdef" | ||
"gitHead": "f2beeba3dca4dbebdacb405e93b4c081846bccd3" | ||
} |
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
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
10656
248
0