New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-dribble-button

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dribble-button - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

lib/index.js

@@ -150,3 +150,4 @@ 'use strict';

effectClassName = _props.effectClassName,
props = (0, _objectWithoutProperties3.default)(_props, ['color', 'classes', 'children', 'component', 'className', 'effectClassName']);
animationDuration = _props.animationDuration,
props = (0, _objectWithoutProperties3.default)(_props, ['color', 'classes', 'children', 'component', 'className', 'effectClassName', 'animationDuration']);

@@ -180,3 +181,3 @@

onClick: _propTypes2.default.func,
children: _propTypes2.default.children,
children: _propTypes2.default.oneOfType([_propTypes2.default.arrayOf(_propTypes2.default.node), _propTypes2.default.node]),
className: _propTypes2.default.string,

@@ -183,0 +184,0 @@ component: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.element]),

2

package.json
{
"name": "react-dribble-button",
"version": "0.2.1",
"version": "0.2.2",
"description": "The Button component with pretty nice hive and click effects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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