@hashicorp/hashi-callouts
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -38,8 +38,11 @@ 'use strict'; | ||
{ 'class': 'callout-content' }, | ||
item.image && preact.h(Image, { | ||
classes: 'callout-icon', | ||
src: item.image.url, | ||
svg: item.image.format === 'svg', | ||
alt: item.image.alt | ||
}), | ||
item.image && preact.h( | ||
'div', | ||
{ 'class': 'callout-icon' }, | ||
preact.h(Image, { | ||
src: item.image.url, | ||
svg: item.image.format === 'svg', | ||
alt: item.image.alt | ||
}) | ||
), | ||
preact.h( | ||
@@ -46,0 +49,0 @@ 'div', |
{ | ||
"name": "@hashicorp/hashi-callouts", | ||
"description": "a set of three horizontally-aligned images paired with a short title and descriptive text.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Hashicorp - Jeff Escalante", | ||
@@ -21,3 +21,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "d26e5f4e551ab79494063f1e718b9ae2b45a7a6f" | ||
"gitHead": "2c15eb90fce51564d677c64b54b543be395c4947" | ||
} |
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
10061
229
0