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

@defer/client

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defer/client - npm Package Compare versions

Comparing version 1.3.0-alpha-20230411012807-44ca317 to 1.3.0-alpha-20230413192620-463ad3e

4

cjs/index.js

@@ -77,6 +77,6 @@ "use strict";

maxAttempts: 13,
initialInterval: 0.5,
initialInterval: 30,
randomizationFactor: 0.5,
multiplier: 1.5,
maxInterval: 60,
maxInterval: 60 * 10,
};

@@ -83,0 +83,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.3.0-alpha-20230411012807-44ca317";
exports.default = "1.3.0-alpha-20230413192620-463ad3e";

@@ -68,6 +68,6 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

maxAttempts: 13,
initialInterval: 0.5,
initialInterval: 30,
randomizationFactor: 0.5,
multiplier: 1.5,
maxInterval: 60,
maxInterval: 60 * 10,
};

@@ -74,0 +74,0 @@ }

@@ -1,1 +0,1 @@

export default "1.3.0-alpha-20230411012807-44ca317";
export default "1.3.0-alpha-20230413192620-463ad3e";
{
"name": "@defer/client",
"version": "1.3.0-alpha-20230411012807-44ca317",
"version": "1.3.0-alpha-20230413192620-463ad3e",
"description": "Zero infrastructure NodeJS background jobs",

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

@@ -1,2 +0,2 @@

declare const _default: "1.3.0-alpha-20230411012807-44ca317";
declare const _default: "1.3.0-alpha-20230413192620-463ad3e";
export default _default;

Sorry, the diff of this file is not supported yet

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