Socket
Socket
Sign inDemoInstall

bones

Package Overview
Dependencies
74
Maintainers
7
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0alpha1 to 2.0.0alpha2

assets/debug.js

4

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

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

"underscore": "1.1.x",
"express": "2.4.x",
"express": "2.4.4",
"backbone": "0.5.1",

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

@@ -27,3 +27,3 @@ var utils = module.exports = require('../shared/utils');

if (tty.isatty()) {
if (tty.isatty(process.stdout.fd) && tty.isatty(process.stderr.fd)) {
utils.colorize = function(text, color, style) {

@@ -30,0 +30,0 @@ color = color || 'red';

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc