d-bootstrap
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -18,4 +18,5 @@ module.exports = Modal; | ||
this.emitDelayable('show', function() { | ||
document.body.classList.add('modal-open'); | ||
model.set('show', true); | ||
setTimeout(function() { | ||
setTimeout(function() { | ||
model.set('faded', true); | ||
@@ -32,4 +33,5 @@ }, 0); | ||
setTimeout(function() { | ||
document.body.classList.remove('modal-open'); | ||
model.set('show', false); | ||
}, 300); | ||
}; |
{ | ||
"name": "d-bootstrap", | ||
"description": "A Derby component library based on Twitter Bootstrap.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"homepage": "http://derbyjs.com/", | ||
@@ -11,3 +11,3 @@ "repository": { | ||
"dependencies": { | ||
"bootstrap": "^3.3.1" | ||
"bootstrap": "^3.3.7" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": {}, |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
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
10188
136
0
Updatedbootstrap@^3.3.7