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

pm2-axon-rpc

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pm2-axon-rpc - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

lib/server.js

@@ -98,4 +98,4 @@

args.map(function(arg) {
return JSON.parse(Stringify(arg));
args.forEach(function(arg, i) {
args[i] = JSON.parse(Stringify(arg));
});

@@ -102,0 +102,0 @@

{
"name": "pm2-axon-rpc",
"version": "0.3.2",
"version": "0.3.3",
"description": "Remote procedure calls built on top of axon.",

@@ -5,0 +5,0 @@ "keywords": [

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