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.1.1 to 1.1.2

8

index.js

@@ -71,2 +71,5 @@ 'use strict';

Dialog.prototype.destroy = function() {
this.setState({
visible: false
});
this.unmountDialog();

@@ -76,5 +79,2 @@ }

this.props.onCancel.call(this);
this.setState({
visible: false
});
this.destroy();

@@ -87,3 +87,3 @@ };

if (needUnmount !== false) {
this._onCancel();
this.destroy();
}

@@ -90,0 +90,0 @@ };

{
"name": "m-dialog",
"version": "1.1.1",
"version": "1.1.2",
"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