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 8.0.8 to 14.0.0-alpha.0

5

dist/index.d.ts

@@ -19,5 +19,2 @@ import * as RMWC from '@rmwc/types';

/** A floating action button component */
export declare const Fab: {
<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<FabProps, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element;
displayName: string;
};
export declare const Fab: React.ComponentType<any>;

6

dist/readme.d.ts

@@ -1,3 +0,3 @@

/// <reference types="react" />
export default function Readme(): JSX.Element;
export declare const galleryExample: JSX.Element;
import React from 'react';
export default function Readme(): React.JSX.Element;
export declare const galleryExample: React.JSX.Element;

@@ -19,5 +19,2 @@ import * as RMWC from '@rmwc/types';

/** A floating action button component */
export declare const Fab: {
<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<FabProps, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element;
displayName: string;
};
export declare const Fab: React.ComponentType<any>;

@@ -1,3 +0,3 @@

/// <reference types="react" />
export default function Readme(): JSX.Element;
export declare const galleryExample: JSX.Element;
import React from 'react';
export default function Readme(): React.JSX.Element;
export declare const galleryExample: React.JSX.Element;
{
"name": "@rmwc/fab",
"version": "8.0.8",
"version": "14.0.0-alpha.0",
"description": "RMWC Floating Action Button component",

@@ -39,10 +39,10 @@ "main": "dist/index.js",

"dependencies": {
"@material/fab": "^8.0.0",
"@rmwc/base": "^8.0.8",
"@rmwc/icon": "^8.0.8",
"@rmwc/provider": "^8.0.8",
"@rmwc/ripple": "^8.0.8",
"@rmwc/types": "^8.0.8"
"@material/fab": "^14.0.0",
"@rmwc/base": "^14.0.0-alpha.0",
"@rmwc/icon": "^14.0.0-alpha.0",
"@rmwc/provider": "^14.0.0-alpha.0",
"@rmwc/ripple": "^14.0.0-alpha.0",
"@rmwc/types": "^14.0.0-alpha.0"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
}
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