Socket
Socket
Sign inDemoInstall

bones

Package Overview
Dependencies
Maintainers
7
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.12 to 1.3.13

test/hostname2.test.js

2

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

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

@@ -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';

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