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

vue-popup

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-popup - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

lib/popup-manager.js

@@ -17,2 +17,7 @@ 'use strict';

domUtil.on(modalDom, 'touchmove', function (event) {
event.preventDefault();
event.stopPropagation();
});
domUtil.on(modalDom, 'click', function () {

@@ -19,0 +24,0 @@ PopupManager.doOnModalClick && PopupManager.doOnModalClick();

2

package.json
{
"name": "vue-popup",
"version": "0.0.4",
"version": "0.0.5",
"description": "A popup mixin for vue.",

@@ -5,0 +5,0 @@ "main": "lib/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