muxrpc-validation
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -33,2 +33,6 @@ var zerr = require('zerr') | ||
return 'type' | ||
}, | ||
function: function (param, n) { | ||
if (typeof param != 'function') | ||
return 'type' | ||
} | ||
@@ -35,0 +39,0 @@ } |
{ | ||
"name": "muxrpc-validation", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Validation library for muxrpc apis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5639
144