New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.1.0 to 2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5

2

cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "2.1.0";
exports.default = "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5";

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

export default "2.1.0";
export default "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5";
{
"name": "@defer/client",
"version": "2.1.0",
"version": "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5",
"description": "Zero infrastructure NodeJS background jobs",

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

@@ -187,2 +187,2 @@ import { Backend, CancelExecutionResult, EnqueueResult, ExecutionFilters, GetExecutionResult, ListExecutionAttemptsResult, ListExecutionsResult, PageRequest, ReRunExecutionResult, RescheduleExecutionResult } from "./backend.js";

*/
export declare function awaitResult<F extends DeferableFunction>(fn: DeferredFunction<F>): (...args: Parameters<F>) => Promise<Awaited<F>>;
export declare function awaitResult<F extends DeferableFunction, R = ReturnType<F>>(fn: DeferredFunction<F>): (...args: Parameters<F>) => Promise<Awaited<R>>;

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

declare const _default: "2.1.0";
declare const _default: "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5";
export default _default;

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