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

sync-rpc

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-rpc - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

lib/worker.js

@@ -12,6 +12,6 @@ 'use strict';

const server = net.createServer({allowHalfOpen: true}, c => {
let responed = false;
let responded = false;
function respond(data) {
if (responded) return;
responed = true;
responded = true;
c.end(JSON.stringify(data));

@@ -18,0 +18,0 @@ }

{
"name": "sync-rpc",
"version": "1.3.0",
"version": "1.3.1",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "description": "Run asynchronous commands synchronously by putting them in a separate process",

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