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

@defer.run/client

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defer.run/client - npm Package Compare versions

Comparing version 0.1.0-alpha-20221212160522-ffb4736 to 0.1.0-alpha-20221212161413-b16bafa

4

cjs/execute.js

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

/* eslint-disable @typescript-eslint/no-explicit-any */
const constants_1 = require("./constants");
const constants_js_1 = require("./constants.js");
function executeBackgroundFunction(fnName, args, fetcher, debug = false) {

@@ -78,3 +78,3 @@ return new Promise((resolve, reject) => {

}
setTimeout(poll, constants_1.FN_EXECUTION_POLLING_INTERVAL);
setTimeout(poll, constants_js_1.FN_EXECUTION_POLLING_INTERVAL);
};

@@ -81,0 +81,0 @@ poll();

/* eslint-disable @typescript-eslint/no-explicit-any */
import { FN_EXECUTION_POLLING_INTERVAL } from "./constants";
import { FN_EXECUTION_POLLING_INTERVAL } from "./constants.js";
export function executeBackgroundFunction(fnName, args, fetcher, debug = false) {

@@ -4,0 +4,0 @@ return new Promise((resolve, reject) => {

{
"name": "@defer.run/client",
"version": "0.1.0-alpha-20221212160522-ffb4736",
"version": "0.1.0-alpha-20221212161413-b16bafa",
"description": "cua JavaScript client",

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

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

import type { DeferConfiguredFetcher } from "./fetcher";
import type { DeferConfiguredFetcher } from "./fetcher.js";
export interface DeferExecuteResponse {

@@ -3,0 +3,0 @@ runId?: string;

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