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

m-dialog

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-dialog - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

16

index.js

@@ -197,12 +197,12 @@ 'use strict';

Dialog.propTypes = {
title: _PropTypes2.string,
content: _PropTypes2.string.isRequired,
withCloseIcon: _PropTypes2.bool,
hasFoot: _PropTypes2.bool,
okBtnClass: _PropTypes2.string,
okText: _PropTypes2.string,
cancelText: _PropTypes2.string,
onOk: _PropTypes2.func
title: _PropTypes2.default.string,
content: _PropTypes2.default.string.isRequired,
withCloseIcon: _PropTypes2.default.bool,
hasFoot: _PropTypes2.default.bool,
okBtnClass: _PropTypes2.default.string,
okText: _PropTypes2.default.string,
cancelText: _PropTypes2.default.string,
onOk: _PropTypes2.default.func
};
exports.default = Dialog;
module.exports = exports['default'];
{
"name": "m-dialog",
"version": "1.2.0",
"version": "1.2.1",
"description": "m-dialog 移动端模态对话框",

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

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