Socket
Socket
Sign inDemoInstall

nav-frontend-alertstriper

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nav-frontend-alertstriper - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

lib/alertstripe.js

@@ -160,3 +160,3 @@ 'use strict';

'span',
{ className: 'alertstripe__ikon' },
{ className: 'alertstripe__ikon', 'aria-label': ikonKind(type, solid) },
_react2.default.createElement(_navFrontendIkonerAssets2.default, { kind: ikonKind(type, solid), size: size })

@@ -163,0 +163,0 @@ ),

{
"name": "nav-frontend-alertstriper",
"version": "0.2.4",
"version": "0.2.5",
"main": "lib/alertstripe.js",

@@ -5,0 +5,0 @@ "jsnext:main": "src/alertstripe.js",

@@ -36,3 +36,3 @@ import PT from 'prop-types';

<div className={cls(type, solid, className)} {...props}>
<span className="alertstripe__ikon">
<span className="alertstripe__ikon" aria-label={ikonKind(type, solid)}>
<Ikon kind={ikonKind(type, solid)} size={size} />

@@ -39,0 +39,0 @@ </span>

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