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

modal-box-message

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modal-box-message - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "modal-box-message",
"version": "2.0.7",
"version": "2.0.8",
"description": "A modal box for display a message",

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

@@ -13,5 +13,5 @@ # Modal Box Input

```javascript
var boxClass = require("Modal-Box-Input").ModalBoxInput;
var Box = new boxClass("title", "message");
Box.Open();
var alertClass = require("./ModalBoxMessage.js").ModalBoxMessage;
var alert = new alertClass("Error", "anonymous function thrown an error!");
alert.Open();
```

@@ -18,0 +18,0 @@ ![Here Example](http://LuigiSenzamici.com/Content/Images/BoxMessageExample.PNG)

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