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

backbone-toolbar

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-toolbar - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

dist/backbone-toolbar.js

@@ -436,3 +436,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

var ids = [];
var regex = /([#.])([^#.]+)/g;
var regex = /([#\.])([^#\.]+)/g;
var match = null;

@@ -1405,2 +1405,3 @@

text: '',
disabled: false,
iconLeft: null,

@@ -1411,2 +1412,7 @@ iconRight: null,

}, dropdownItem);
if (options.disabled) {
options.classes = _underscore2.default.union(options.classes, ['disabled']);
}
var html = (0, _dropdownItem2.default)(options);

@@ -1419,3 +1425,3 @@ var events = {};

if (_underscore2.default.isFunction(onClick)) {
if (_underscore2.default.isFunction(onClick) && !options.disabled) {
events['click .dropdown-item#' + id] = onClick;

@@ -1422,0 +1428,0 @@ }

2

package.json
{
"main": "dist/backbone-toolbar.js",
"version": "0.1.1",
"version": "0.1.2",
"files": [

@@ -5,0 +5,0 @@ "dist"

@@ -0,0 +0,0 @@ # backbone-toolbar

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