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

node-ipc-service

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ipc-service - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/IPCNetServer.js

@@ -31,3 +31,3 @@ /**

//add heartbeats methos
this.methods['ipc.heartbeats'] = function (callback) {
this.methods['ipc.heartbeats'] = function (params, callback) {
callback(null, Date.now())

@@ -34,0 +34,0 @@ };

@@ -37,3 +37,3 @@ /**

//add heartbeats methos
this.methods['ipc.heartbeats'] = function (callback) {
this.methods['ipc.heartbeats'] = function (params, callback) {
callback(null, Date.now())

@@ -40,0 +40,0 @@ };

{
"name": "node-ipc-service",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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