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.4.0-alpha-20230602085529-80eaeba to 1.4.0-alpha-20230602085801-7244e26

2

cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.4.0-alpha-20230602085529-80eaeba";
exports.default = "1.4.0-alpha-20230602085801-7244e26";
/* eslint-disable @typescript-eslint/no-explicit-any */
import { randomUUID } from "crypto";
import parseDuration from "parse-duration";
import { INTERNAL_VERSION, RETRY_MAX_ATTEMPTS_PLACEHOLDER } from "./constants.js";
import { INTERNAL_VERSION, RETRY_MAX_ATTEMPTS_PLACEHOLDER, } from "./constants.js";
import { enqueueExecution, fetchExecution, waitExecutionResult, } from "./client.js";

@@ -6,0 +6,0 @@ import { APIError, DeferError } from "./errors.js";

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

export default "1.4.0-alpha-20230602085529-80eaeba";
export default "1.4.0-alpha-20230602085801-7244e26";
{
"name": "@defer/client",
"version": "1.4.0-alpha-20230602085529-80eaeba",
"version": "1.4.0-alpha-20230602085801-7244e26",
"description": "Zero infrastructure NodeJS background jobs",

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

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

declare const _default: "1.4.0-alpha-20230602085529-80eaeba";
declare const _default: "1.4.0-alpha-20230602085801-7244e26";
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