intertype
Advanced tools
Comparing version 0.102.0 to 0.102.1
@@ -132,6 +132,10 @@ (function() { | ||
/* TAINT code below never used? */ | ||
if (method_name === '_create' || method_name === '_cast') { | ||
if (method_name === '_create') { | ||
f = H.nameit(key, function(cfg = null) { | ||
return self[self.state.method](key, cfg); | ||
}); | ||
} else if (method_name === '_cast') { | ||
f = H.nameit(key, function(...P) { | ||
return self[self.state.method](key, ...P); | ||
}); | ||
} else { | ||
@@ -138,0 +142,0 @@ f = H.nameit(key, function(...P) { |
{ | ||
"name": "intertype", | ||
"version": "0.102.0", | ||
"version": "0.102.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
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
336507
45
1919