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

rmc-dialog

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmc-dialog - npm Package Compare versions

Comparing version 0.0.1-alpha.3 to 0.0.1-alpha.4

3

es/DialogWrap.d.ts

@@ -11,2 +11,5 @@ /// <reference types="react" />

componentDidMount(): void;
shouldComponentUpdate({visible}: {
visible: any;
}): boolean;
componentWillUnmount(): void;

@@ -13,0 +16,0 @@ componentDidUpdate(): void;

@@ -37,2 +37,9 @@ import _extends from 'babel-runtime/helpers/extends';

}, {
key: 'shouldComponentUpdate',
value: function shouldComponentUpdate(_ref) {
var visible = _ref.visible;
return !!(this.props.visible || visible);
}
}, {
key: 'componentWillUnmount',

@@ -39,0 +46,0 @@ value: function componentWillUnmount() {

@@ -11,2 +11,5 @@ /// <reference types="react" />

componentDidMount(): void;
shouldComponentUpdate({visible}: {
visible: any;
}): boolean;
componentWillUnmount(): void;

@@ -13,0 +16,0 @@ componentDidUpdate(): void;

@@ -69,2 +69,9 @@ 'use strict';

}, {
key: 'shouldComponentUpdate',
value: function shouldComponentUpdate(_ref) {
var visible = _ref.visible;
return !!(this.props.visible || visible);
}
}, {
key: 'componentWillUnmount',

@@ -71,0 +78,0 @@ value: function componentWillUnmount() {

2

package.json
{
"name": "rmc-dialog",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "mobile dialog ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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