Socket
Socket
Sign inDemoInstall

@jsenv/humanize

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/humanize - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/node/jsenv_humanize_node.js

@@ -315,3 +315,3 @@ import process$1 from "node:process";

const UNICODE = createUnicode({
supported: isUnicodeSupported(),
supported: isUnicodeSupported() || process.env.FORCE_UNICODE === "1",
ANSI,

@@ -318,0 +318,0 @@ });

{
"name": "@jsenv/humanize",
"version": "1.1.2",
"version": "1.1.3",
"description": "Generate messages meant to read by humans",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,29 +5,29 @@ -------------- execution start --------------

✔ 01/23 _tests/byte/file_size.test.js [node/0.03s] (1 completed)
✔ 02/23 _tests/byte/memory.test.js [node/0.03s] (2 completed)
✔ 03/23 _tests/content_frame/content_frame.test.js [node/0.07s] (3 completed)
✔ 04/23 _tests/js_value/_inspect.test.html [chromium/0.2s] (4 completed)
✔ 05/23 _tests/js_value/_inspect.test.html [firefox/0.1s] (5 completed)
✔ 06/23 _tests/js_value/_inspect.test.html [webkit/0.2s] (6 completed)
✔ 07/23 _tests/js_value/array.test.js [node/0.03s] (7 completed)
✔ 08/23 _tests/js_value/biginit.test.js [node/0.03s] (8 completed)
✔ 01/23 _tests/byte/file_size.test.js [node/0.06s] (1 completed)
✔ 02/23 _tests/byte/memory.test.js [node/0.05s] (2 completed)
✔ 03/23 _tests/content_frame/content_frame.test.js [node/0.1s] (3 completed)
✔ 04/23 _tests/js_value/_inspect.test.html [chromium/0.4s] (4 completed)
✔ 05/23 _tests/js_value/_inspect.test.html [firefox/0.2s] (5 completed)
✔ 06/23 _tests/js_value/_inspect.test.html [webkit/0.4s] (6 completed)
✔ 07/23 _tests/js_value/array.test.js [node/0.06s] (7 completed)
✔ 08/23 _tests/js_value/biginit.test.js [node/0.07s] (8 completed)
✔ 09/23 _tests/js_value/boolean.test.js [node/0.05s] (9 completed)
✔ 10/23 _tests/js_value/date.test.js [node/0.03s] (10 completed)
✔ 11/23 _tests/js_value/error.test.js [node/0.03s] (11 completed)
✔ 11/23 _tests/js_value/error.test.js [node/0.04s] (11 completed)
✔ 12/23 _tests/js_value/function.test.js [node/0.04s] (12 completed)
✔ 13/23 _tests/js_value/instance.test.js [node/0.03s] (13 completed)
✔ 14/23 _tests/js_value/null.test.js [node/0.05s] (14 completed)
✔ 15/23 _tests/js_value/number.test.js [node/0.06s] (15 completed)
✔ 16/23 _tests/js_value/object.test.js [node/0.07s] (16 completed)
✔ 13/23 _tests/js_value/instance.test.js [node/0.05s] (13 completed)
✔ 14/23 _tests/js_value/null.test.js [node/0.2s] (14 completed)
✔ 15/23 _tests/js_value/number.test.js [node/0.2s] (15 completed)
✔ 16/23 _tests/js_value/object.test.js [node/0.2s] (16 completed)
✔ 17/23 _tests/js_value/regexp.test.js [node/0.05s] (17 completed)
✔ 18/23 _tests/js_value/string.test.js [node/0.04s] (18 completed)
✔ 19/23 _tests/js_value/symbol.test.js [node/0.03s] (19 completed)
✔ 20/23 _tests/js_value/undefined.test.js [node/0.02s] (20 completed)
✔ 21/23 _tests/time/decimals.test.js [node/0.02s] (21 completed)
✔ 19/23 _tests/js_value/symbol.test.js [node/0.04s] (19 completed)
✔ 20/23 _tests/js_value/undefined.test.js [node/0.03s] (20 completed)
✔ 21/23 _tests/time/decimals.test.js [node/0.03s] (21 completed)
✔ 22/23 _tests/time/duration.test.js [node/0.03s] (22 completed)
✔ 23/23 _tests/time/ellapsed.test.js [node/0.02s] (all completed)
✔ 23/23 _tests/time/ellapsed.test.js [node/0.03s] (all completed)
--------------- execution end ---------------
23 executions: all completed
duration: 2.4s (setup: 0.4s, execution: 2.3s, teardown: 0.2s)
duration: 5.1s (setup: 0.4s, execution: 3.2s, teardown: 1.9s)
---------------------------------------------

@@ -6,4 +6,4 @@ import isUnicodeSupported from "is-unicode-supported";

export const UNICODE = createUnicode({
supported: isUnicodeSupported(),
supported: isUnicodeSupported() || process.env.FORCE_UNICODE === "1",
ANSI,
});
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