modal-box-message
Advanced tools
Comparing version 1.0.1 to 2.0.7
{ | ||
"name": "modal-box-message", | ||
"version": "1.0.1", | ||
"version": "2.0.7", | ||
"description": "A modal box for display a message", | ||
"main": "index.js", | ||
"main": "./dist/ModalBoxMessage.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"local": "gulp ts:quickTest", | ||
"dist": "gulp dist", | ||
"docs": "npm run typedoc -- --options typedoc.json --excludePrivate", | ||
"typedoc": "typedoc" | ||
}, | ||
@@ -16,5 +20,4 @@ "repository": { | ||
"Box", | ||
"Message", | ||
"Alert", | ||
"Box" | ||
"Display", | ||
"Message" | ||
], | ||
@@ -26,3 +29,23 @@ "author": "Luigi Senzamici (luigisenzamici@gmail.com)", | ||
}, | ||
"homepage": "https://github.com/LuigiSenzamici/ModalBoxMessage#readme" | ||
"homepage": "https://github.com/LuigiSenzamici/ModalBoxMessage#readme", | ||
"devDependencies": { | ||
"@types/core-js": "0.9.36", | ||
"@types/lodash": "4.14.51", | ||
"@types/node": "7.0.7", | ||
"browserify": "14.4.0", | ||
"gulp": "3.9.1", | ||
"gulp-browserify": "0.5.1", | ||
"gulp-rename": "1.2.2", | ||
"gulp-sourcemaps": "2.6.0", | ||
"gulp-stylus": "2.6.0", | ||
"gulp-typedoc": "2.0.2", | ||
"gulp-typescript": "3.2.1", | ||
"gulp-uglify": "3.0.0", | ||
"lodash": "4.17.2", | ||
"run-sequence": "2.1.0", | ||
"typedoc": "0.8.0", | ||
"typescript": "2.4.2", | ||
"vinyl-transform": "1.0.0" | ||
}, | ||
"dependencies": {} | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
18971
9
220
1
42
17