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.3.3 to 0.3.4

4

dist/_base.js

@@ -819,2 +819,5 @@ // Generated by CoffeeScript 1.7.1

e.preventDefault();
history.replaceState(_.extend({}, history.state, {
scrollY: window.scrollY
}));
return _this.show(path);

@@ -833,2 +836,3 @@ };

this.on('page', function(ctx) {
window.scrollTo(0, ctx.state.scrollY || 0);
if (ctx.replace) {

@@ -835,0 +839,0 @@ return history.replaceState(ctx.state, '', ctx.canonicalPath);

@@ -828,2 +828,5 @@ /*

e.preventDefault();
history.replaceState(_.extend({}, history.state, {
scrollY: window.scrollY
}));
return _this.show(path);

@@ -842,2 +845,3 @@ };

this.on('page', function(ctx) {
window.scrollTo(0, ctx.state.scrollY || 0);
if (ctx.replace) {

@@ -844,0 +848,0 @@ return history.replaceState(ctx.state, '', ctx.canonicalPath);

@@ -829,2 +829,5 @@ /*

e.preventDefault();
history.replaceState(_.extend({}, history.state, {
scrollY: window.scrollY
}));
return _this.show(path);

@@ -843,2 +846,3 @@ };

this.on('page', function(ctx) {
window.scrollTo(0, ctx.state.scrollY || 0);
if (ctx.replace) {

@@ -845,0 +849,0 @@ return history.replaceState(ctx.state, '', ctx.canonicalPath);

2

package.json
{ "name": "highbrow"
, "version": "0.3.3"
, "version": "0.3.4"
, "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