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

melon

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

melon - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "melon",
"version": "0.4.0",
"version": "0.4.1",
"description": "ui components for react",

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

@@ -46,3 +46,4 @@ (function (global, factory) {

active = _props.active,
rest = babelHelpers.objectWithoutProperties(_props, ['height', 'maximum', 'minimum', 'value', 'disableFocusRipple', 'pointerSize', 'active']);
variants = _props.variants,
rest = babelHelpers.objectWithoutProperties(_props, ['height', 'maximum', 'minimum', 'value', 'disableFocusRipple', 'pointerSize', 'active', 'variants']);

@@ -75,5 +76,7 @@

var className = cx().part('wrapper').addVariants(variants).addStates({ active: active }).build();
return _react2['default'].createElement(
'div',
babelHelpers['extends']({}, rest, { className: cx().part('wrapper').addStates({ active: active }).build() }),
babelHelpers['extends']({}, rest, { className: className }),
_react2['default'].createElement(

@@ -80,0 +83,0 @@ 'div',

Sorry, the diff of this file is not supported yet

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