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

hsy-vue-dialog

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hsy-vue-dialog - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

lib/index.js

@@ -688,2 +688,3 @@ module.exports =

this.$el.style.height = size.height + 'px';
this.$el.style.top = window.scrollY + 'px';
},

@@ -698,2 +699,3 @@ updateMainSize: function updateMainSize() {

captureParentOverflow: function captureParentOverflow() {
console.log(this.parentEl);
var style = window.getComputedStyle(this.parentEl);

@@ -704,7 +706,7 @@ this.parentOverflowX = style.getPropertyValue('overflowX');

forceParentOverflow: function forceParentOverflow() {
this.parentEl.overflow = 'hidden';
this.parentEl.style.overflow = 'hidden';
},
resumeParentOverflow: function resumeParentOverflow() {
this.parentEl.style.overflowX = this.bodyOverflowX;
this.parentEl.style.overflowY = this.bodyOverflowY;
this.parentEl.style.overflowX = this.parentOverflowX;
this.parentEl.style.overflowY = this.parentOverflowY;
},

@@ -711,0 +713,0 @@ addCssClass: function addCssClass(el, cls) {

{
"name": "hsy-vue-dialog",
"version": "0.0.5",
"version": "0.0.6",
"description": "vue dialog component",

@@ -5,0 +5,0 @@ "author": "hsiaosiyuan0 <hsiaosiyuan0@outlook.com>",

Sorry, the diff of this file is not supported yet

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