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 1.0.2 to 1.0.3

8

index.js

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

}
module.exports.sink =
module.exports.async = function (fn) {

@@ -82,4 +83,3 @@ var spec = Array.prototype.slice.call(arguments, 1)

}
module.exports.source =
module.exports.sink = function (fn) {
module.exports.source = function (fn) {
var spec = Array.prototype.slice.call(arguments, 1)

@@ -119,4 +119,4 @@ return function () {

// no value?
if (typeof args[i] == 'undefined') {
// falsey?
if (!args[i]) {
err = (type.optional) ? false : errs.MissingParam(''+i)

@@ -123,0 +123,0 @@ break

{
"name": "muxrpc-validation",
"version": "1.0.2",
"version": "1.0.3",
"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