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

kit-deployer

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kit-deployer - npm Package Compare versions

Comparing version 7.2.2-PRERELEASE-healthcheckfix.0 to 7.2.3-PRERELEASE-healthcheckfix.0

2

package.json
{
"name": "kit-deployer",
"version": "7.2.2-PRERELEASE-healthcheckfix.0",
"version": "7.2.3-PRERELEASE-healthcheckfix.0",
"description": "Use to deploy files to multiple kubernetes clusters.",

@@ -5,0 +5,0 @@ "repository": {

@@ -28,3 +28,3 @@ "use strict";

// We only care about the first error we receive, ignore any errors afterwards
if (!this.errorTimeoutId) {
if (this.errorTimeoutId === null) {
// Emit error unless stop is called before grace period expires

@@ -31,0 +31,0 @@ this.errorTimeoutId = setTimeout(() => {

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