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

@rmwc/ripple

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/ripple - npm Package Compare versions

Comparing version 2.0.0-alpha.7 to 2.0.0

9

index.js

@@ -105,3 +105,10 @@ 'use strict';

constructor: _mdc.MDCRipple,
adapter: {}
adapter: {
addClass: function addClass(className) {
return this.root_ && this.root_.classList.add(className);
},
removeClass: function removeClass(className) {
return this.root_ && this.root_.classList.remove(className);
}
}
}));

@@ -108,0 +115,0 @@

4

package.json
{
"name": "@rmwc/ripple",
"version": "2.0.0-alpha.7",
"version": "2.0.0",
"description": "RMWC Ripple component",

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

"@material/ripple": "~0.39.0",
"@rmwc/base": "^2.0.0-alpha.7",
"@rmwc/base": "^2.0.0",
"classnames": "^2.2.5"
}
}

@@ -6,3 +6,3 @@ # Ripples

- import from **'@rmwc/ripple'**;
- import styles:
- Import styles:
- import **'@material/ripple/dist/mdc.ripple.css'**;

@@ -9,0 +9,0 @@ - MDC Docs: [https://material.io/develop/web/components/ripples/](https://material.io/develop/web/components/ripples/)

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