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 1.3.15 to 1.3.16

2

client/backbone.js

@@ -90,3 +90,3 @@ Backbone.Controller.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

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

{
"name": "bones",
"description": "Framework for using backbone.js on the client and server.",
"version": "1.3.15",
"version": "1.3.16",

@@ -16,3 +16,3 @@ "author": {

"underscore": "1.1.x",
"express": "2.4.4",
"express": "2.4.5",
"backbone": "0.3.3",

@@ -19,0 +19,0 @@ "jquery": "1.5.x",

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