bee-alert
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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 @@ |
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
1111283
11840
0