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

bee-alert

Package Overview
Dependencies
Maintainers
11
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-alert - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

build/Alert.js

@@ -81,5 +81,6 @@ 'use strict';

className = _props.className,
closeLabel = _props.closeLabel,
children = _props.children,
clsPrefix = _props.clsPrefix,
others = _objectWithoutProperties(_props, ['onDismiss', 'colors', 'className', 'children', 'clsPrefix']);
others = _objectWithoutProperties(_props, ['onDismiss', 'colors', 'className', 'closeLabel', 'children', 'clsPrefix']);

@@ -86,0 +87,0 @@ var clsObj = {};

{
"name": "bee-alert",
"version": "1.0.1",
"version": "1.0.2",
"description": "alert ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -41,3 +41,11 @@ import classNames from 'classnames';

render() {
const {onDismiss, colors, className, children, clsPrefix, ...others} =
const {
onDismiss,
colors,
className,
closeLabel,
children,
clsPrefix,
...others
} =
this.props;

@@ -44,0 +52,0 @@

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