Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.0.4 to 1.0.5

6

index.js

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

module.exports.set = function (name, fn) {
validators[name] = fn
if (name && typeof name == 'object')
for (var k in name)
module.exports.set(k, name[k])
else
validators[name] = fn
}

@@ -48,0 +52,0 @@

2

package.json
{
"name": "muxrpc-validation",
"version": "1.0.4",
"version": "1.0.5",
"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