Socket
Socket
Sign inDemoInstall

muxrpc-validation

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muxrpc-validation - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

index.js

@@ -15,3 +15,3 @@ var zerr = require('zerr')

for (var k in name)
api.set(k, name[k])
api.set(k, name[k].bind(api))
else

@@ -131,3 +131,3 @@ validators[name] = fn

throw new Error('Validator not found: ' + type.name)
err = validator.call(api, args[i], ''+i)
err = validator(args[i], ''+i)

@@ -134,0 +134,0 @@ // did the validator pass? break out of this type

{
"name": "muxrpc-validation",
"version": "2.0.0",
"version": "2.0.1",
"description": "Validation library for muxrpc apis",

@@ -5,0 +5,0 @@ "main": "index.js",

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