Socket
Socket
Sign inDemoInstall

architect-agent

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

4

architect-agent.js

@@ -47,5 +47,5 @@

function send(args) {
function send(args, onDrain) {
var message = freeze(args, storeFunction);
transport.send(message);
return transport.send(message, onDrain);
}

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

@@ -5,3 +5,3 @@ {

"description": "This is the rpc agent for the architect plugin framework",
"version": "0.2.1",
"version": "0.2.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc