Comparing version 0.1.7 to 0.1.8
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); |
{ | ||
"name": "jsh", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "The JavaScript/shell interpreter.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108020
204
38
1733