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.101.7 to 0.101.8

4

deps/jkroso-equals.js

@@ -7,3 +7,5 @@

// All identical values are equivalent
if (a === b) return true
// thx to https://stackoverflow.com/a/7223395/7568091; we now distingish +0 from -0
if ( Object.is( a, b ) ) return true;
// if (a === b) return true
var fnA = types[type(a)]

@@ -10,0 +12,0 @@ var fnB = types[type(b)]

@@ -198,5 +198,5 @@ (function() {

this.isa[dsc.typename] = new Proxy(dsc, this._get_hedge_sub_proxy_cfg(this));
dscv = (x) => {
dscv = H.nameit(dsc.typename, (x) => {
return this._validate(dsc.typename, x);
};
});
this.validate[dsc.typename] = new Proxy(dscv, this._get_hedge_sub_proxy_cfg(this));

@@ -203,0 +203,0 @@ if (dsc.collection) {

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