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

artifact-engine

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artifact-engine - npm Package Compare versions

Comparing version 0.1.28 to 0.1.29

2

Engine/artifactEngine.js

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

let MaxRetryLimitInSeconds = 360;
var exponentialBackOff = baseRetryInterval * (3 ^ (retryCount + 1));
var exponentialBackOff = baseRetryInterval * Math.pow(3, (retryCount + 1));
return exponentialBackOff < MaxRetryLimitInSeconds ? exponentialBackOff : MaxRetryLimitInSeconds;

@@ -143,0 +143,0 @@ }

{
"name": "artifact-engine",
"version": "0.1.28",
"version": "0.1.29",
"description": "Artifact Engine to download artifacts from jenkins, teamcity, vsts",

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

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