Socket
Socket
Sign inDemoInstall

bones

Package Overview
Dependencies
Maintainers
0
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.8 to 1.3.9

4

package.json
{
"name": "bones",
"description": "Framework for using backbone.js on the client and server.",
"version": "1.3.8",
"version": "1.3.9",

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

"underscore": "1.1.x",
"express": "2.2.x",
"express": "2.4.x",
"backbone": "0.3.3",

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

@@ -8,2 +8,9 @@ var Bones = Bones || {};

Bones.utils.callback = function(callback) {
return {
success: function(model, response) { callback(null, response); },
error: function(model, err) { callback(err); }
};
};
// From https://github.com/visionmedia/lingo/blob/master/lib/languages/en.js

@@ -10,0 +17,0 @@ Bones.utils.uncountable = [ 'advice', 'enegery', 'excretion', 'digestion',

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