Socket
Socket
Sign inDemoInstall

vex2-dialog

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 4.0.0

31

package.json
{
"name": "vex2-dialog",
"version": "3.0.0",
"description": "A vex2 plugin for drop-in alert, confirm, and prompt dialogs",
"author": "Brendan Batliner <brendan@omnipointment.com>",
"license": "MIT",
"main": "dist/vex2.dialog.min.js",
"repository": {
"type": "git",
"url": "https://github.com/bbatliner/vex2-dialog"
},
"dependencies": {
"domify": "^1.4.0",
"form-serialize": "latest"
},
"devDependencies": {
"grunt": "latest",
"grunt-browserify": "latest",
"grunt-contrib-uglify": "latest",
"standard": "latest"
},
"version": "4.0.0",
"description": "[DEPRECATED] A vex2 plugin for drop-in alert, confirm, and prompt dialogs",
"main": "index.js",
"scripts": {
"test": "standard"
"test": "echo \"Error: no test specified\" && exit 1"
},
"standard": {
"ignore": [
"/dist"
]
}
"author": "Brendan Batliner <brendan@omnipointment.com>",
"license": "MIT"
}

6

README.md

@@ -1,5 +0,3 @@

## vex-dialog
## vex2-dialog (DEPRECATED)
A dialog plugin for [vex](https://github.com/bbatliner/vex2). Drop-in replacement for the browser's `alert`, `confirm`, and `prompt`.
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
This project has permanently moved to https://github.com/bbatliner/vex-dialog with the release of vex 3.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc