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

@vtex/styleguide

Package Overview
Dependencies
Maintainers
20
Versions
668
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/styleguide - npm Package Compare versions

Comparing version 2.0.0-rc.20 to 2.0.0-rc.22

12

lib/Input/index.js

@@ -135,3 +135,7 @@ 'use strict';

Input.defaultProps = {
disabled: false
autoFocus: false,
disabled: false,
multiple: false,
readOnly: false,
error: false
};

@@ -153,3 +157,3 @@

/** (Input spec attribute) */
autoFocus: _propTypes2.default.string,
autoFocus: _propTypes2.default.bool,
/** (Input spec attribute) */

@@ -170,3 +174,3 @@ autoSave: _propTypes2.default.string,

/** (Input spec attribute) */
multiple: _propTypes2.default.string,
multiple: _propTypes2.default.bool,
/** (Input spec attribute) */

@@ -179,3 +183,3 @@ name: _propTypes2.default.string,

/** (Input spec attribute) */
readOnly: _propTypes2.default.string,
readOnly: _propTypes2.default.bool,
/** (Input spec attribute) */

@@ -182,0 +186,0 @@ required: _propTypes2.default.string,

{
"name": "@vtex/styleguide",
"version": "2.0.0-rc.20",
"version": "2.0.0-rc.22",
"scripts": {

@@ -5,0 +5,0 @@ "test": "react-scripts test --env=jsdom",

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