New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

d-bootstrap

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d-bootstrap - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

modal/index.js

@@ -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

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