New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zerorpc

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zerorpc - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

5

lib/server.js

@@ -118,2 +118,3 @@ // Open Source Initiative OSI - The MIT License (MIT):Licensing

var self = this;
var methods = _.clone(self._methods);

@@ -123,3 +124,3 @@ return function(method, longDoc, reply) {

var key = "method";
var filteredMethods = _.filter(self._methods, function(args, name) {
var filteredMethods = _.filter(methods, function(args, name) {
return name === method;

@@ -129,3 +130,3 @@ });

var key = "methods";
var filteredMethods = self._methods;
var filteredMethods = methods;
}

@@ -132,0 +133,0 @@

2

package.json
{
"name": "zerorpc",
"version": "0.7.3",
"version": "0.7.4",
"main": "./index.js",

@@ -5,0 +5,0 @@ "author": "dotCloud <opensource@dotcloud.com>",

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