Huge News!Announcing our $40M Series B led by Abstract Ventures.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 6.1.0 to 6.1.2

1

dist/dialog-queue.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createDialogQueue = exports.DialogQueue = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importStar(require("react"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DialogButton = exports.DialogActions = exports.DialogContent = exports.DialogTitle = exports.SimpleDialog = exports.Dialog = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useDialogFoundation = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var dialog_1 = require("@material/dialog");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.galleryExample = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react"));

8

package.json
{
"name": "@rmwc/dialog",
"version": "6.1.0",
"version": "6.1.2",
"description": "RMWC Dialog component",

@@ -41,7 +41,7 @@ "main": "dist/index.js",

"@rmwc/base": "^6.0.14",
"@rmwc/button": "^6.0.14",
"@rmwc/textfield": "^6.1.0",
"@rmwc/button": "^6.1.2",
"@rmwc/textfield": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "6020c803864f90f21eae1e4d3fc992be07d42dc3"
"gitHead": "665241e2488e957c08efc631a3a8caf163015cb2"
}
# Dialogs
> Dialogs inform users about a specific task and may contain critical information, require decisions, or involve multiple tasks.
Dialogs inform users about a specific task and may contain critical information, require decisions, or involve multiple tasks.

@@ -5,0 +5,0 @@ - Module **@rmwc/dialog**

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