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.0 to 0.1.1

4

dropdown/index.js

@@ -13,2 +13,6 @@ module.exports = Dropdown;

});
// Watch the change of the options and update the selected element if needed
model.on('change', 'options', function() {
model.set('value', model.get('value'));
});
};

@@ -15,0 +19,0 @@

2

package.json
{
"name": "d-bootstrap",
"description": "A Derby component library based on Twitter Bootstrap.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://derbyjs.com/",

@@ -6,0 +6,0 @@ "repository": {

@@ -5,4 +5,8 @@ # Derby Boot

# Contributors wanted!
This project should implement each of the [Bootstrap JavaScript plugins](http://getbootstrap.com/javascript/) as Derby components.
## MIT License
Copyright (c) 2011 by Nate Smith and Brian Noguchi
Copyright (c) 2011 by Nate Smith

@@ -9,0 +13,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

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