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.2.0 to 1.2.1-alpha-20230404172349-f0937db

2

cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.2.0";
exports.default = "1.2.1-alpha-20230404172349-f0937db";

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

export default "1.2.0";
export default "1.2.1-alpha-20230404172349-f0937db";
{
"name": "@defer/client",
"version": "1.2.0",
"version": "1.2.1-alpha-20230404172349-f0937db",
"description": "Zero infrastructure NodeJS background jobs",

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

@@ -24,1 +24,2 @@ import type { HTTPClient } from "./httpClient.js";

export declare function waitExecutionResult(client: HTTPClient, request: PoolExecutionRequest): Promise<PoolExecutionResponse>;
//# sourceMappingURL=client.d.ts.map
export declare const INTERNAL_VERSION = 3;
//# sourceMappingURL=constants.d.ts.map

@@ -16,1 +16,2 @@ export declare class DeferError extends Error {

}
//# sourceMappingURL=errors.d.ts.map
export declare type HTTPClient = ReturnType<typeof makeHTTPClient>;
export declare function makeHTTPClient(apiEndpoint: string, accessToken: string, clientOptions?: RequestInit): <T>(method: string, path: string, body?: string | null) => Promise<T>;
//# sourceMappingURL=httpClient.d.ts.map

@@ -71,1 +71,2 @@ import { Units } from "parse-duration";

export {};
//# sourceMappingURL=index.d.ts.map
export declare const jitter: (n: number) => number;
//# sourceMappingURL=jitter.d.ts.map

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

declare const _default: "1.2.0";
declare const _default: "1.2.1-alpha-20230404172349-f0937db";
export default _default;
//# sourceMappingURL=version.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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