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 3.0.11 to 4.0.0

3

docgen.json

@@ -50,3 +50,4 @@ [

"type": {
"name": "object"
"name": "custom",
"raw": "PropTypes.object"
},

@@ -53,0 +54,0 @@ "required": false

@@ -6,3 +6,3 @@ import { SimpleTagPropsT } from '@rmwc/base';

import * as React from 'react';
import * as PropTypes from 'prop-types';
import { PropTypes } from '@rmwc/base';
export declare type FabPropsT = {

@@ -9,0 +9,0 @@ /** Make the Fab smaller. */

@@ -14,10 +14,2 @@ 'use strict';

var _propTypes = require('prop-types');
var PropTypes = _interopRequireWildcard(_propTypes);
var _classnames = require('classnames');
var _classnames2 = _interopRequireDefault(_classnames);
var _icon = require('@rmwc/icon');

@@ -31,4 +23,2 @@

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

@@ -108,3 +98,3 @@

var shouldRipple = ripple === undefined ? buttonDefaultRipple : ripple;
var classes = (0, _classnames2.default)(this.providerOptions.iconClassNamePrefix, className);
var classes = (0, _base.classNames)(this.providerOptions.iconClassNamePrefix, className);

@@ -136,5 +126,5 @@ return React.createElement(

value: {
RMWCOptions: PropTypes.object
RMWCOptions: _base.PropTypes.object
}
});
exports.default = Fab;
{
"name": "@rmwc/fab",
"version": "3.0.11",
"version": "4.0.0",
"description": "RMWC Floating Action Button component",

@@ -29,10 +29,8 @@ "main": "index.js",

"dependencies": {
"@material/fab": "~0.40.0",
"@rmwc/base": "^3.0.11",
"@rmwc/icon": "^3.0.11",
"@rmwc/provider": "^3.0.6",
"@rmwc/ripple": "^3.0.11",
"classnames": "^2.2.5",
"prop-types": "^15.6.1"
"@material/fab": "~0.41.0",
"@rmwc/base": "^4.0.0",
"@rmwc/icon": "^4.0.0",
"@rmwc/provider": "^4.0.0",
"@rmwc/ripple": "^4.0.0"
}
}

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