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

rc-tabs

Package Overview
Dependencies
Maintainers
3
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tabs - npm Package Compare versions

Comparing version 9.2.2 to 9.2.3

5

es/ScrollableTabBarMixin.js

@@ -58,7 +58,6 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty';

var navNodeWH = this.getScrollWH(navNode);
var navWrapNode = this.navWrap;
var navWrapNodeWH = this.getOffsetWH(navWrapNode);
var containerWH = this.getOffsetWH(this.container);
var offset = this.offset;
var minOffset = navWrapNodeWH - navNodeWH;
var minOffset = containerWH - navNodeWH;
var _state = this.state,

@@ -65,0 +64,0 @@ next = _state.next,

@@ -83,7 +83,6 @@ 'use strict';

var navNodeWH = this.getScrollWH(navNode);
var navWrapNode = this.navWrap;
var navWrapNodeWH = this.getOffsetWH(navWrapNode);
var containerWH = this.getOffsetWH(this.container);
var offset = this.offset;
var minOffset = navWrapNodeWH - navNodeWH;
var minOffset = containerWH - navNodeWH;
var _state = this.state,

@@ -90,0 +89,0 @@ next = _state.next,

2

package.json
{
"name": "rc-tabs",
"version": "9.2.2",
"version": "9.2.3",
"description": "tabs ui component for react",

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

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