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

bootstrap-sweetalert

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-sweetalert - npm Package Compare versions

Comparing version 0.4.2 to 1.0.0

.jshintrc

12

bower.json

@@ -10,6 +10,4 @@ {

"main": [
"lib/sweet-alert.js",
"lib/sweet-alert.css",
"lib/sweet-alert.less",
"lib/sweet-alert-animations.less"
"dist/sweetalert.js",
"dist/sweetalert.css"
],

@@ -24,3 +22,7 @@ "keywords": [

},
"license": "MIT"
"license": "MIT",
"devDependencies": {
"qunit": "~1.18.0",
"jquery": "~2.1.4"
}
}
{
"name": "bootstrap-sweetalert",
"description": "A beautiful 'replacement' for JavaScript's alert",
"version": "0.4.2",
"version": "1.0.0",
"main": "dist/sweetalert.js",
"homepage": "http://lipis.github.io/bootstrap-sweetalert/",
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
"contributors": [
"Alessandro Chitolina <alekitto@gmail.com>"
],
"repository" : {
"type" : "git",
"url" : "http://github.com/lipis/bootstrap-sweetalert"
"scripts": {
"install": "grunt compile",
"pretest": "bower install",
"test": "grunt test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/lipis/bootstrap-sweetalert"
},
"keywords": [
"sweetalert",
"alert",
"modal",
"popup"
],
"dependencies": {
"bootstrap": "~3"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"grunt": "~0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-connect": "~0",
"grunt-contrib-less": "~0.10",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "~0",
"grunt-contrib-watch": "~0",
"grunt-contrib-uglify": "~0",
"grunt-open": "~0",
"grunt-wrap": "^0.3.0",
"load-grunt-tasks": "~0"
}
}

@@ -6,2 +6,5 @@ > If you are looking for the non-Bootstrap version refer to the original

[![npm version](https://badge.fury.io/js/bootstrap-sweetalert.svg)](https://badge.fury.io/js/bootstrap-sweetalert)
[![Bower version](https://badge.fury.io/bo/bootstrap-sweetalert.svg)](https://badge.fury.io/bo/bootstrap-sweetalert)
An awesome _replacement_ for JavaScript's `alert()` made for Bootstrap.

@@ -33,1 +36,8 @@

```
### Run tests
```shell
$ npm install
$ bower install
$ grunt test
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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