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.5.0-alpha-20230622122741-07a533b to 1.5.0-alpha-20230622160059-7f9ebe6

5

cjs/index.js

@@ -110,6 +110,3 @@ "use strict";

};
ret.__fn =
typeof options?.timeout === "boolean" && options?.timeout === false
? fn
: (0, timeoutable_js_1.timeoutable)(fn, options?.timeout || constants_js_1.EXECUTION_DEFAULT_TIMEMOUT);
ret.__fn = (0, timeoutable_js_1.timeoutable)(fn, options?.timeout || constants_js_1.EXECUTION_DEFAULT_TIMEMOUT);
const retryPolicy = defaultRetryPolicy();

@@ -116,0 +113,0 @@ switch (typeof options?.retry) {

2

cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.5.0-alpha-20230622122741-07a533b";
exports.default = "1.5.0-alpha-20230622160059-7f9ebe6";

@@ -101,6 +101,3 @@ import { v4 as randomUUID } from "uuid";

};
ret.__fn =
typeof options?.timeout === "boolean" && options?.timeout === false
? fn
: timeoutable(fn, options?.timeout || EXECUTION_DEFAULT_TIMEMOUT);
ret.__fn = timeoutable(fn, options?.timeout || EXECUTION_DEFAULT_TIMEMOUT);
const retryPolicy = defaultRetryPolicy();

@@ -107,0 +104,0 @@ switch (typeof options?.retry) {

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

export default "1.5.0-alpha-20230622122741-07a533b";
export default "1.5.0-alpha-20230622160059-7f9ebe6";
{
"name": "@defer/client",
"version": "1.5.0-alpha-20230622122741-07a533b",
"version": "1.5.0-alpha-20230622160059-7f9ebe6",
"description": "Zero infrastructure NodeJS background jobs",

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

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

declare const _default: "1.5.0-alpha-20230622122741-07a533b";
declare const _default: "1.5.0-alpha-20230622160059-7f9ebe6";
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