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

@rmwc/line-ripple

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/line-ripple - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

8

dist/index.d.ts

@@ -8,10 +8,4 @@ import * as RMWC from '@rmwc/types';

export declare const LineRipple: {
<Tag extends React.ElementType<any> = "div">(props: (LineRippleProps & {
tag?: Tag | undefined;
theme?: RMWC.ThemePropT;
} & React.HTMLProps<HTMLDivElement>) | (LineRippleProps & {
tag?: Tag | undefined;
theme?: RMWC.ThemePropT;
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element;
<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<LineRippleProps, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element;
displayName: string;
};

@@ -8,10 +8,4 @@ import * as RMWC from '@rmwc/types';

export declare const LineRipple: {
<Tag extends React.ElementType<any> = "div">(props: (LineRippleProps & {
tag?: Tag | undefined;
theme?: RMWC.ThemePropT;
} & React.HTMLProps<HTMLDivElement>) | (LineRippleProps & {
tag?: Tag | undefined;
theme?: RMWC.ThemePropT;
} & React.ComponentPropsWithRef<Tag>), ref: any): JSX.Element;
<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<LineRippleProps, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element;
displayName: string;
};

8

package.json
{
"name": "@rmwc/line-ripple",
"version": "6.0.4",
"version": "6.0.5",
"description": "RMWC LineRipple component",

@@ -40,6 +40,6 @@ "main": "dist/index.js",

"@material/line-ripple": "^5.1.0",
"@rmwc/base": "^6.0.4",
"@rmwc/types": "^6.0.4"
"@rmwc/base": "^6.0.5",
"@rmwc/types": "^6.0.5"
},
"gitHead": "aedc8c18d87649935f68a4d7a3d20c3f2d4ef15a"
"gitHead": "605dfa7da942939d55fe99419eb614cb8de68c4c"
}
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