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

highbrow

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highbrow - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

9

dist/_base.js

@@ -947,8 +947,7 @@ // Generated by CoffeeScript 1.4.0

Collection.prototype.add = function(models, options) {
var _this = this;
if (options == null) {
options = {};
}
if (this.context) {
models = _.isArray(models) ? models.slice() : [models];
_.each(models, function(file) {
return file.context = _this.context;
});
options.context = this.context;
}

@@ -955,0 +954,0 @@ return Collection.__super__.add.apply(this, arguments);

@@ -956,8 +956,7 @@ /*

Collection.prototype.add = function(models, options) {
var _this = this;
if (options == null) {
options = {};
}
if (this.context) {
models = _.isArray(models) ? models.slice() : [models];
_.each(models, function(file) {
return file.context = _this.context;
});
options.context = this.context;
}

@@ -964,0 +963,0 @@ return Collection.__super__.add.apply(this, arguments);

@@ -957,8 +957,7 @@ /*

Collection.prototype.add = function(models, options) {
var _this = this;
if (options == null) {
options = {};
}
if (this.context) {
models = _.isArray(models) ? models.slice() : [models];
_.each(models, function(file) {
return file.context = _this.context;
});
options.context = this.context;
}

@@ -965,0 +964,0 @@ return Collection.__super__.add.apply(this, arguments);

{ "name": "highbrow"
, "version": "0.2.2"
, "version": "0.2.3"
, "description": "A Backbone Base Framework"

@@ -4,0 +4,0 @@ , "main": "lib/highbrow.js"

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