Socket
Socket
Sign inDemoInstall

rc-steps

Package Overview
Dependencies
Maintainers
7
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 3.1.0 to 3.1.1

2

es/Steps.js

@@ -13,3 +13,3 @@ import _extends from 'babel-runtime/helpers/extends';

import classNames from 'classnames';
import debounce from 'lodash.debounce';
import debounce from 'lodash/debounce';
import { isFlexSupported } from './utils';

@@ -16,0 +16,0 @@

@@ -49,5 +49,5 @@ 'use strict';

var _lodash = require('lodash.debounce');
var _debounce = require('lodash/debounce');
var _lodash2 = _interopRequireDefault(_lodash);
var _debounce2 = _interopRequireDefault(_debounce);

@@ -93,3 +93,3 @@ var _utils = require('./utils');

};
_this.calcStepOffsetWidth = (0, _lodash2['default'])(_this.calcStepOffsetWidth, 150);
_this.calcStepOffsetWidth = (0, _debounce2['default'])(_this.calcStepOffsetWidth, 150);
return _this;

@@ -96,0 +96,0 @@ }

{
"name": "rc-steps",
"version": "3.1.0",
"version": "3.1.1",
"description": "steps ui component for react",

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

"classnames": "^2.2.3",
"lodash.debounce": "^4.0.8",
"lodash": "^4.17.5",
"prop-types": "^15.5.7"
}
}

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