modal-box-message
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19014
0