Socket
Socket
Sign inDemoInstall

rc-steps

Package Overview
Dependencies
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-steps - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

3

lib/Steps.js

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

_this.culcTimeout = setTimeout(function () {
var lastStepOffsetWidth = domNode.lastChild.getBoundingClientRect().width;
// +1 for fit edge bug of digit width, like 35.4px
var lastStepOffsetWidth = domNode.lastChild.offsetWidth + 1;
if (_this.state.lastStepOffsetWidth === lastStepOffsetWidth) {

@@ -50,0 +51,0 @@ return;

{
"name": "rc-steps",
"version": "2.1.3",
"version": "2.1.4",
"description": "steps 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