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.7 to 0.2.8

13

dist/_base.js

@@ -1259,2 +1259,6 @@ // Generated by CoffeeScript 1.4.0

function ItemView() {
return ItemView.__super__.constructor.apply(this, arguments);
}
ItemView.prototype._configure = function() {

@@ -1287,6 +1291,2 @@ var template, _ref1, _ref2, _ref3, _ref4;

function ItemView() {
ItemView.__super__.constructor.apply(this, arguments);
}
ItemView.prototype.id = function() {

@@ -1598,2 +1598,7 @@ var id;

FormViewMixin = {
initialize: function() {
if (Backbone.ModelBinder && highbrow.browser && this.model) {
return this.binder = new Backbone.ModelBinder();
}
},
formToObject: function() {

@@ -1600,0 +1605,0 @@ return this.$('form').toObject();

@@ -1268,2 +1268,6 @@ /*

function ItemView() {
return ItemView.__super__.constructor.apply(this, arguments);
}
ItemView.prototype._configure = function() {

@@ -1296,6 +1300,2 @@ var template, _ref1, _ref2, _ref3, _ref4;

function ItemView() {
ItemView.__super__.constructor.apply(this, arguments);
}
ItemView.prototype.id = function() {

@@ -1607,2 +1607,7 @@ var id;

FormViewMixin = {
initialize: function() {
if (Backbone.ModelBinder && highbrow.browser && this.model) {
return this.binder = new Backbone.ModelBinder();
}
},
formToObject: function() {

@@ -1609,0 +1614,0 @@ return this.$('form').toObject();

@@ -1269,2 +1269,6 @@ /*

function ItemView() {
return ItemView.__super__.constructor.apply(this, arguments);
}
ItemView.prototype._configure = function() {

@@ -1297,6 +1301,2 @@ var template, _ref1, _ref2, _ref3, _ref4;

function ItemView() {
ItemView.__super__.constructor.apply(this, arguments);
}
ItemView.prototype.id = function() {

@@ -1608,2 +1608,7 @@ var id;

FormViewMixin = {
initialize: function() {
if (Backbone.ModelBinder && highbrow.browser && this.model) {
return this.binder = new Backbone.ModelBinder();
}
},
formToObject: function() {

@@ -1610,0 +1615,0 @@ return this.$('form').toObject();

{ "name": "highbrow"
, "version": "0.2.7"
, "version": "0.2.8"
, "description": "A Backbone Base Framework"

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

Sorry, the diff of this file is not supported yet

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