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 1.0.1 to 2.0.7

.gitattributes

37

package.json
{
"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": {}
}
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