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.2.2 to 1.2.3

9

lib/index.js

@@ -13,7 +13,7 @@ 'use strict';

port +
",'127.0.0.1',()=>{c.end(" +
",'127.0.0.1',()=>{c.pipe(process.stdout);c.end(" +
JSON.stringify(input)
.replace(/\u2028/g, '\\u2028')
.replace(/\u2029/g, '\\u2029') +
').pipe(process.stdout)});'
')})'
);

@@ -82,3 +82,6 @@ }

throw new Error(
'Timed out waiting for sync-rpc server to start (it should respond with "pong" when sent "ping"):\n\n' + err + '\n' + response
'Timed out waiting for sync-rpc server to start (it should respond with "pong" when sent "ping"):\n\n' +
err +
'\n' +
response
);

@@ -85,0 +88,0 @@ }

{
"name": "sync-rpc",
"version": "1.2.2",
"version": "1.2.3",
"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