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.0.19 to 0.0.20

10

dist/highbrow.js

@@ -1008,3 +1008,3 @@

// Generated by CoffeeScript 1.3.3
// Generated by CoffeeScript 1.4.0
var CollectionView, ItemView, _,

@@ -1051,2 +1051,10 @@ __hasProp = {}.hasOwnProperty,

CollectionView.prototype.view = function() {
if (this.collection.pageInfo) {
return this.collection.pageInfo();
} else {
return {};
}
};
CollectionView.prototype.render = function() {

@@ -1053,0 +1061,0 @@ var _this = this;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.3.3
// Generated by CoffeeScript 1.4.0
var CollectionView, ItemView, _,

@@ -43,2 +43,10 @@ __hasProp = {}.hasOwnProperty,

CollectionView.prototype.view = function() {
if (this.collection.pageInfo) {
return this.collection.pageInfo();
} else {
return {};
}
};
CollectionView.prototype.render = function() {

@@ -45,0 +53,0 @@ var _this = this;

2

package.json
{ "name": "highbrow"
, "version": "0.0.19"
, "version": "0.0.20"
, "description": "A Backbone Base Framework"

@@ -4,0 +4,0 @@ , "main": "lib"

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