Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsh

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsh - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

lib/util/is-circular.js

2

lib/util/inspect.js
var utilInspect = require('util').inspect,
times = require('./string-multiply'),
isCircular = require('./is-circular'),
dateRegex = /(^\d{1,4}[\.|\\/|-]\d{1,2}[\.|\\/|-]\d{1,4})(\s*(?:0?[1-9]:[0-5]|1(?=[012])\d:[0-5])\d\s*[ap]m)?$/,

@@ -12,2 +13,3 @@ invalidKeyRegex = /[^A-Za-z|_]/,

else if (typeof item === 'string') return '\033[32m\'' + item + '\'\033[39m';
else if (isCircular(item)) return '\033[36m[Circular]\033[39m';
else if (typeof item === 'function') {

@@ -14,0 +16,0 @@ var keys = Object.keys(item);

2

package.json
{
"name": "jsh",
"version": "0.1.7",
"version": "0.1.8",
"description": "The JavaScript/shell interpreter.",

@@ -5,0 +5,0 @@ "main": "index.js",

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