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

index.d.ts

52

package.json
{
"name": "@rmwc/fab",
"version": "14.0.1-alpha.0",
"version": "14.0.1",
"description": "RMWC Floating Action Button component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "next/index.js",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"types": "./index.d.ts",
"require": "./index.js"
},
"./styles": {
"import": "./styles.mjs",
"types": "./styles.d.ts",
"require": "./styles.js"
}
},
"sideEffects": [
"./styles.tsx",
"./styles.js",
"*.css"
"**/*.css"
],

@@ -16,9 +25,5 @@ "publishConfig": {

},
"scripts": {
"publish:dist": "npm publish dist --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesmfriedman/rmwc.git"
"url": "git+https://github.com/rmwc/rmwc.git"
},

@@ -28,10 +33,11 @@ "keywords": [

],
"author": "James Friedman",
"author": "rmwc",
"private": false,
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesmfriedman/rmwc/issues"
"url": "https://github.com/rmwc/rmwc/issues"
},
"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/fab#readme",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/fab",
"peerDependencies": {
"@material/fab": "^14.0.0",
"react": ">=16.8.x",

@@ -41,10 +47,8 @@ "react-dom": ">=16.8.x"

"dependencies": {
"@material/fab": "^14.0.0",
"@rmwc/base": "^14.0.1-alpha.0",
"@rmwc/icon": "^14.0.1-alpha.0",
"@rmwc/provider": "^14.0.1-alpha.0",
"@rmwc/ripple": "^14.0.1-alpha.0",
"@rmwc/types": "^14.0.1-alpha.0"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
}
"@rmwc/base": "14.0.1",
"@rmwc/icon": "14.0.1",
"@rmwc/provider": "14.0.1",
"@rmwc/ripple": "14.0.1",
"@rmwc/types": "14.0.1"
}
}

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("@material/fab/dist/mdc.fab.css");
require("@rmwc/icon/styles");
require("@rmwc/ripple/styles");
"use strict";require("@material/fab/dist/mdc.fab.css");require("@rmwc/icon/styles");require("@rmwc/ripple/styles");
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