Socket
Socket
Sign inDemoInstall

livelocal-mui-speeddial

Package Overview
Dependencies
78
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

10

dist/speed-dial-item.js

@@ -73,3 +73,3 @@ 'use strict';

function getYPos(index) {
return 65 + index * 45;
return 65 + index * 50;
}

@@ -95,5 +95,5 @@

whiteSpace: "nowrap",
right: 8,
width: 40,
height: 40,
right: 6,
width: 44,
height: 44,
bottom: getYPos(index)

@@ -121,3 +121,3 @@ };

onClick: this.handleTouchTap,
style: { width: 40, height: 40 }
style: { width: 44, height: 44 }
},

@@ -124,0 +124,0 @@ this.props.fabContent

{
"name": "livelocal-mui-speeddial",
"version": "0.0.5",
"version": "0.0.6",
"description": "a speed dial component for Material UI",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc