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

@platformatic/itc

Package Overview
Dependencies
Maintainers
7
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/itc - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

8

lib/itc.js

@@ -186,3 +186,3 @@ 'use strict'

try {
this.#enableKeepAlive()
this._enableKeepAlive()

@@ -200,3 +200,3 @@ const request = generateRequest(name, message)

} finally {
this.#manageKeepAlive()
this._manageKeepAlive()
}

@@ -330,3 +330,3 @@ }

#enableKeepAlive () {
_enableKeepAlive () {
this.#keepAlive.ref()

@@ -336,3 +336,3 @@ this.#keepAliveCount++

#manageKeepAlive () {
_manageKeepAlive () {
this.#keepAliveCount--

@@ -339,0 +339,0 @@

{
"name": "@platformatic/itc",
"version": "2.3.1",
"version": "2.4.0",
"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