Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rmwc/button

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/button - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

docgen.json

@@ -68,7 +68,3 @@ [

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

@@ -75,0 +71,0 @@ },

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

static defaultProps: {
ripple: boolean;
raised: boolean;

@@ -107,0 +106,0 @@ unelevated: boolean;

@@ -110,3 +110,2 @@ 'use strict';

value: {
ripple: true,
raised: false,

@@ -113,0 +112,0 @@ unelevated: false,

10

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

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

"@material/button": "~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",
"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