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

intertype

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intertype - npm Package Compare versions

Comparing version 0.119.0 to 0.119.1

15

lib/helpers.js

@@ -554,7 +554,18 @@ (function() {

this.get_state_report = function(hub, cfg) {
var C, R, TTY, arrow_field, first_hidx, hedge, hidx, i, j, last_hidx, level, push_error_row, push_value_row, r, ref, ref1, ref2, ref3, ref4, sep, truth, value, value_r, verb_field, widths;
var C, R, TTY, arrow_field, error, first_hidx, hedge, hidx, i, j, last_hidx, level, push_error_row, push_value_row, r, ref, ref1, ref2, ref3, ref4, sep, truth, value, value_r, verb_field, widths;
this.types.validate.intertype_get_state_report_cfg((cfg = {...this.defaults.intertype_get_state_report_cfg, ...cfg}));
C = this._get_state_report_colors(cfg.colors);
//.........................................................................................................
TTY = require('node:tty');
TTY = (function() {
try {
return require('node:tty');
} catch (error1) {
error = error1;
return {
isatty: (function() {
return false;
})
};
}
})();
truth = function(b, r) {

@@ -561,0 +572,0 @@ return C.reverse(b ? C.true(" T ") : C.false(" F "));

2

package.json
{
"name": "intertype",
"version": "0.119.0",
"version": "0.119.1",
"description": "A JavaScript typechecker",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc