Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0 to 2.0.1

6

docgen.json

@@ -44,7 +44,3 @@ [

"required": false,
"description": "Enable / disable the ripple.",
"defaultValue": {
"value": "true",
"computed": false
}
"description": "Enable / disable the ripple."
}

@@ -51,0 +47,0 @@ },

@@ -140,5 +140,2 @@ import { SimpleTagPropsT } from '@rmwc/base';

};
static defaultProps: {
ripple: boolean;
};
componentWillMount(): void;

@@ -145,0 +142,0 @@ providerOptions: RMWCProviderOptionsT;

@@ -137,9 +137,2 @@ 'use strict';

});
Object.defineProperty(Fab, 'defaultProps', {
enumerable: true,
writable: true,
value: {
ripple: true
}
});
exports.default = Fab;

10

package.json
{
"name": "@rmwc/fab",
"version": "2.0.0",
"version": "2.0.1",
"description": "RMWC Floating Action Button component",

@@ -30,6 +30,6 @@ "main": "index.js",

"@material/fab": "~0.39.0",
"@rmwc/base": "^2.0.0",
"@rmwc/icon": "^2.0.0",
"@rmwc/provider": "^2.0.0",
"@rmwc/ripple": "^2.0.0",
"@rmwc/base": "^2.0.1",
"@rmwc/icon": "^2.0.1",
"@rmwc/provider": "^2.0.1",
"@rmwc/ripple": "^2.0.1",
"classnames": "^2.2.5",

@@ -36,0 +36,0 @@ "prop-types": "^15.6.1"

Sorry, the diff of this file is not supported yet

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