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

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.2.3 to 2.2.4

2

lib/Steps.js

@@ -51,3 +51,3 @@ 'use strict';

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

@@ -54,0 +54,0 @@ return;

{
"name": "rc-steps",
"version": "2.2.3",
"version": "2.2.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