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

rc-steps

Package Overview
Dependencies
Maintainers
2
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 1.1.4 to 1.2.0

4

HISTORY.md
# History
----
## 1.2.0
* add vertical steps
## 1.1.4

@@ -5,0 +9,0 @@

@@ -91,5 +91,9 @@ 'use strict';

var iws = this._itemsWidth;
var clsName = prefixCls;
clsName += props.size === 'small' ? ' ' + prefixCls + '-small' : '';
clsName += props.direction === 'vertical' ? ' ' + prefixCls + '-vertical' : '';
return React.createElement(
'div',
{ className: prefixCls + (props.size === 'small' ? ' ' + prefixCls + '-small' : '') },
{ className: clsName },
React.Children.map(children, function (ele, idx) {

@@ -96,0 +100,0 @@ var np = {

5

package.json
{
"name": "rc-steps",
"version": "1.1.4",
"version": "1.2.0",
"description": "steps ui component for react",

@@ -37,2 +37,3 @@ "keywords": [

"publish": "rc-tools run tag",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint",

@@ -47,3 +48,3 @@ "saucelabs": "node --harmony node_modules/.bin/rc-tools run saucelabs",

"rc-server": "3.x",
"rc-tools": "3.x",
"rc-tools": "4.x",
"react": "0.13.x"

@@ -50,0 +51,0 @@ },

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