Socket
Socket
Sign inDemoInstall

@uidu/fab

Package Overview
Dependencies
28
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.28 to 0.5.29

6

CHANGELOG.md
# @uidu/fab
## 0.5.29
### Patch Changes
- 7be8489b4: Bump deps
## 0.5.28

@@ -4,0 +10,0 @@

3

dist/declarations/src/components/Action.d.ts

@@ -0,5 +1,6 @@

import React from 'react';
declare const _default: ({ children, ...rest }: {
[x: string]: any;
children: any;
}) => JSX.Element;
}) => React.JSX.Element;
export default _default;

@@ -0,1 +1,2 @@

import React from 'react';
export default function Fab({ event, children, position, icon, mainButtonStyles, }: {

@@ -10,2 +11,2 @@ event?: string;

mainButtonStyles: any;
}): JSX.Element;
}): React.JSX.Element;

@@ -0,5 +1,6 @@

import React from 'react';
declare const _default: ({ children, ...rest }: {
[x: string]: any;
children: any;
}) => JSX.Element;
}) => React.JSX.Element;
export default _default;
{
"name": "@uidu/fab",
"version": "0.5.28"
"version": "0.5.29"
}
{
"name": "@uidu/fab",
"version": "0.5.28",
"version": "0.5.29",
"description": "Floating action buttons",

@@ -15,8 +15,8 @@ "repository": "https://github.com/uidu-org/guidu/tree/main/packages/core/fab",

"react-feather": "^2.0.10",
"styled-components": "^5.3.10",
"styled-components": "^6.0.0-rc.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@uidu/docs": "^0.5.29"
"@uidu/docs": "^0.5.30"
}
}
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