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.1 to 2.0.2

15

dist/index.js

@@ -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',

4

package.json
{
"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"
}
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