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 3.0.9 to 3.0.10

5

index.d.ts

@@ -71,3 +71,2 @@ import * as React from 'react';

state: Readonly<{}>;
context: any;
refs: {

@@ -77,2 +76,3 @@ [key: string]: React.ReactInstance;

};
contextType?: React.Context<any> | undefined;
};

@@ -110,3 +110,2 @@ export declare class Ripple extends Ripple_base<RipplePropsT & {

state: Readonly<{}>;
context: any;
refs: {

@@ -124,3 +123,2 @@ [key: string]: React.ReactInstance;

state: Readonly<{}>;
context: any;
refs: {

@@ -134,3 +132,4 @@ [key: string]: React.ReactInstance;

};
contextType?: React.Context<any> | undefined;
};
export default Ripple;

4

package.json
{
"name": "@rmwc/ripple",
"version": "3.0.9",
"version": "3.0.10",
"description": "RMWC Ripple component",

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

"@material/ripple": "~0.40.0",
"@rmwc/base": "^3.0.9",
"@rmwc/base": "^3.0.10",
"classnames": "^2.2.5"
}
}
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