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

@hashicorp/hashi-alert-banner

Package Overview
Dependencies
Maintainers
13
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/hashi-alert-banner - npm Package Compare versions

Comparing version 0.2.4-alpha.0 to 0.2.5-alpha.0

6

dist/index.js

@@ -196,5 +196,5 @@ 'use strict';

}, React__default.createElement("span", null, tag)), React__default.createElement("div", {
className: "text"
}, text, React__default.createElement("span", {
className: "link-text"
"class": "text"
}, React__default.createElement("span", null, text), ' ', link_text && React__default.createElement("span", {
"class": "link-text"
}, link_text)), React__default.createElement("span", {

@@ -201,0 +201,0 @@ className: "close",

@@ -40,5 +40,5 @@ import React, { Component } from 'react'

</div>
<div className="text">
{text}
<span className="link-text">{link_text}</span>
<div class="text">
<span>{text}</span>{' '}
{link_text && <span class="link-text">{link_text}</span>}
</div>

@@ -45,0 +45,0 @@ <span

@@ -40,3 +40,3 @@ import React from 'react'

.text()
).to.equal(propValue('text') + propValue('link_text'))
).to.equal(propValue('text') + ' ' + propValue('link_text'))
})

@@ -43,0 +43,0 @@

{
"name": "@hashicorp/hashi-alert-banner",
"description": "alert banner with text and a link",
"version": "0.2.4-alpha.0",
"version": "0.2.5-alpha.0",
"license": "MPL-2.0",

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

},
"gitHead": "14540bce1cb01371b3f4d96d4796dc7740979ac9"
"gitHead": "e84c11c9ab5cbdd234b7f072640f9e0a39609488"
}

Sorry, the diff of this file is not supported yet

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