New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rmwc/dialog

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/dialog - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

index.tsx

4

index.d.ts

@@ -31,3 +31,5 @@ import { CustomEventT } from '@rmwc/base';

/** Action buttons for the Dialog. */
export declare class DialogButton extends React.Component<DialogButtonPropsT> {
export declare class DialogButton extends React.Component<DialogButtonPropsT & {
className?: string;
}> {
static displayName: string;

@@ -34,0 +36,0 @@ render(): JSX.Element;

{
"name": "@rmwc/dialog",
"version": "4.0.1",
"version": "4.0.2",
"description": "RMWC Dialog component",

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

"@rmwc/base": "^4.0.1",
"@rmwc/button": "^4.0.1",
"@rmwc/button": "^4.0.2",
"focus-trap": "^2.3.0"
}
}

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