You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bee-input-group-addon

Package Overview
Dependencies
Maintainers
13
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-input-group-addon - npm Package Compare versions

Comparing version

to
1.0.0

build/InputGroupAddon.css

9

build/InputGroupAddon.js

@@ -43,8 +43,7 @@ 'use strict';

InputGroupAddon.prototype.render = function render() {
var _props = this.props;
var className = _props.className;
var clsPrefix = _props.clsPrefix;
var _props = this.props,
className = _props.className,
clsPrefix = _props.clsPrefix,
others = _objectWithoutProperties(_props, ['className', 'clsPrefix']);
var others = _objectWithoutProperties(_props, ['className', 'clsPrefix']);
return _react2["default"].createElement('span', _extends({}, others, {

@@ -51,0 +50,0 @@ className: (0, _classnames2["default"])(className, clsPrefix)

{
"name": "bee-input-group-addon",
"version": "0.1.3",
"version": "1.0.0",
"description": "input-group-addon ui component for react",

@@ -16,6 +16,6 @@ "keywords": [

},
"homepage": "https://github.com/tinper-bee/input-group-addon",
"homepage": "https://github.com/tinper-bee/bee-input-group-addon",
"author": "yonyou",
"repository": "http://github.com/tinper-bee/input-group-addon",
"bugs": "https://github.com/tinper-bee/input-group-addon/issues",
"repository": "http://github.com/tinper-bee/bee-input-group-addon",
"bugs": "https://github.com/tinper-bee/bee-input-group-addon/issues",
"license": "MIT",

@@ -22,0 +22,0 @@ "main": "./build/index",

Sorry, the diff of this file is not supported yet