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

@canner/antd-share-toolbar

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canner/antd-share-toolbar - npm Package Compare versions

Comparing version 0.5.13 to 0.5.16

3

lib/filter/select.js

@@ -97,3 +97,4 @@ "use strict";

style: {
width: 'auto'
width: 'auto',
minWidth: 160
},

@@ -100,0 +101,0 @@ placeholder: placeholder || defaultPlaceholder,

{
"name": "@canner/antd-share-toolbar",
"version": "0.5.13",
"version": "0.5.16",
"description": "string input",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

},
"gitHead": "9eeac3c70b71259efc000b225faf7ab5c26fec0c"
"gitHead": "9f062c883ae91a68918ab5d0a8627004fd0f23e3"
}

@@ -36,3 +36,3 @@ import React, {Component} from 'react';

<Select
style={{width: 'auto'}}
style={{width: 'auto', minWidth: 160}}
placeholder={placeholder || defaultPlaceholder}

@@ -39,0 +39,0 @@ onChange={(val) => this.onSelect(val)}

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