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.11 to 0.5.12

4

lib/toolbarlayout.js

@@ -58,3 +58,3 @@ "use strict";

justifyContent: 'space-between',
margin: '16px 0'
margin: Actions || Sort ? '16px 0' : ''
}

@@ -65,3 +65,3 @@ }, Actions, Sort), React.createElement("div", {

flexWrap: 'wrap',
margin: '16px 0'
margin: Filter ? '16px 0' : ''
}

@@ -68,0 +68,0 @@ }, Filter)), React.Children.only(children), Pagination);

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

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

},
"gitHead": "025a464bec913479baea0d92ca1fe0ee3bb4d6b6"
"gitHead": "64fd940cae9398aea20289a53351a6edbe02bc56"
}

@@ -25,3 +25,3 @@ // @flow

justifyContent: 'space-between',
margin: '16px 0',
margin: Actions || Sort ? '16px 0' : '',
}}>

@@ -34,3 +34,3 @@ {Actions}

flexWrap: 'wrap',
margin: '16px 0',
margin: Filter ? '16px 0' : '',
}}>

@@ -37,0 +37,0 @@ {Filter}

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