New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vudal

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vudal - npm Package Compare versions

Comparing version 1.6.6 to 1.6.7

src/.plugin.js.swo

2

package.json
{
"name": "vudal",
"version": "1.6.6",
"version": "1.6.7",
"description": "Another modal window for vue",

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

@@ -168,3 +168,2 @@ import $ from 'jquery';

getParentModals(modal) {
console.log(modal.parents);
return modal.parents.map((parent) => {

@@ -171,0 +170,0 @@ return this.modals.filter((m) => {

@@ -6,9 +6,3 @@ var path = require('path');

config = {
entry: path.join(__dirname, 'example', 'index'),
output: {
path: path.join(__dirname, 'example'),
filename: 'bundle.js'
},
module: {

@@ -15,0 +9,0 @@ loaders: [

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