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.10.0-alpha-20230822155256-d84ec22 to 1.10.0-alpha-20230824163948-392000a

2

cjs/client.js

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

function getExecutionTries(client, request) {
return client("POST", `/public/v1/executions/${request.id}/tries`);
return client("GET", `/public/v1/executions/${request.id}/tries`);
}

@@ -14,0 +14,0 @@ exports.getExecutionTries = getExecutionTries;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.10.0-alpha-20230822155256-d84ec22";
exports.default = "1.10.0-alpha-20230824163948-392000a";

@@ -7,3 +7,3 @@ import { jitter } from "./jitter.js";

export function getExecutionTries(client, request) {
return client("POST", `/public/v1/executions/${request.id}/tries`);
return client("GET", `/public/v1/executions/${request.id}/tries`);
}

@@ -10,0 +10,0 @@ export function enqueueExecution(client, request) {

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

export default "1.10.0-alpha-20230822155256-d84ec22";
export default "1.10.0-alpha-20230824163948-392000a";
{
"name": "@defer/client",
"version": "1.10.0-alpha-20230822155256-d84ec22",
"version": "1.10.0-alpha-20230824163948-392000a",
"description": "Zero infrastructure NodeJS background jobs",

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

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

declare const _default: "1.10.0-alpha-20230822155256-d84ec22";
declare const _default: "1.10.0-alpha-20230824163948-392000a";
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