Socket
Socket
Sign inDemoInstall

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.101.6 to 0.101.7

13

lib/main.js

@@ -328,7 +328,2 @@ (function() {

}
console.log(GUY.trm.reverse(GUY.trm.red("\n Validation Failure ")));
console.log((this.get_state_report({
format: 'failing'
})).trim());
console.log(GUY.trm.reverse(GUY.trm.red(" Validation Failure \n")));
state_report = this.get_state_report({

@@ -339,2 +334,10 @@ format: 'short',

});
state_report += '\n';
state_report += GUY.trm.reverse(GUY.trm.red("\n Validation Failure "));
state_report += '\n';
state_report += (this.get_state_report({
format: 'failing'
})).trim();
state_report += '\n';
state_report += GUY.trm.reverse(GUY.trm.red(" Validation Failure \n"));
throw new E.Intertype_validation_error('^intertype.validate@3^', this.state, state_report);

@@ -341,0 +344,0 @@ }

{
"name": "intertype",
"version": "0.101.6",
"version": "0.101.7",
"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