New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rmwc/fab

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/fab - npm Package Compare versions

Comparing version 6.0.0-alpha.12 to 6.0.0-alpha.13

18

package.json
{
"name": "@rmwc/fab",
"version": "6.0.0-alpha.12",
"version": "6.0.0-alpha.13",
"description": "RMWC Floating Action Button component",

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

"module": "next/index.js",
"sideEffects": false,
"sideEffects": [
"*.css"
],
"publishConfig": {

@@ -37,9 +39,9 @@ "access": "public"

"@material/fab": "^4.0.0",
"@rmwc/base": "^6.0.0-alpha.12",
"@rmwc/icon": "^6.0.0-alpha.12",
"@rmwc/provider": "^6.0.0-alpha.12",
"@rmwc/ripple": "^6.0.0-alpha.12",
"@rmwc/types": "^6.0.0-alpha.12"
"@rmwc/base": "^6.0.0-alpha.13",
"@rmwc/icon": "^6.0.0-alpha.13",
"@rmwc/provider": "^6.0.0-alpha.13",
"@rmwc/ripple": "^6.0.0-alpha.13",
"@rmwc/types": "^6.0.0-alpha.13"
},
"gitHead": "acda27d1056c88c78ce26af6b291b0f23e5f5e30"
"gitHead": "158b04689970c533e176c43825a96c99e0770aeb"
}

@@ -7,5 +7,8 @@ # Fabs

- Import styles:
- import **'@material/fab/dist/mdc.fab.css'**
- import **'@rmwc/icon/icon.css'**
- import **'@material/ripple/dist/mdc.ripple.css'**
- Using CSS Loader
- import '@rmwc/fab/dist/styles';
- Or include stylesheets
- **'@material/fab/dist/mdc.fab.css'**
- **'@rmwc/icon/icon.css'**
- **'@material/ripple/dist/mdc.ripple.css'**
- MDC Docs: [https://material.io/develop/web/components/buttons/floating-action-buttons/](https://material.io/develop/web/components/buttons/floating-action-buttons/)

@@ -12,0 +15,0 @@

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