Socket
Socket
Sign inDemoInstall

bones

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bones - npm Package Compare versions

Comparing version 2.0.0alpha2 to 2.0.0alpha3

3

assets/debug.js
window.onerror = function(message, url, line) {
// Don't attempt to handle non-standard errors (e.g. failed
// HTTP request via jQuery).
if (typeof message !== 'string') return;
$.ajax('/api/Error', {

@@ -3,0 +6,0 @@ data: {

2

client/backbone.js

@@ -25,3 +25,3 @@ Backbone.Router.prototype.route = function(route, name, callback) {

var expires = new Date(+new Date + (timeout || 1000)).toGMTString();
var expires = new Date(+new Date + (timeout || 2000)).toGMTString();
document.cookie = 'bones.token=' + token

@@ -28,0 +28,0 @@ + ';expires=' + expires

{
"name": "bones",
"description": "Framework for using backbone.js on the client and server.",
"version": "2.0.0alpha2",
"version": "2.0.0alpha3",

@@ -6,0 +6,0 @@ "author": {

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