New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@defer.run/client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defer.run/client - npm Package Versions

wittydeveloper
published 0.5.0-alpha-20230213105836-a1ab489 •

wittydeveloper
published 0.5.0-alpha-20230213105107-89871d8 •

wittydeveloper
published 0.5.0-alpha-20230213104904-4d2c4d4 •

wittydeveloper
published 0.5.0-alpha-20230213103017-99d3816 •

wittydeveloper
published 0.5.0-alpha-20230213102203-341a49f •

wittydeveloper
published 0.5.0-alpha-20230213094345-8957a49 •

wittydeveloper
published 0.5.0-alpha-20230208142229-47501ff •

wittydeveloper
published 0.5.0-alpha-20230208140706-398a6bf •

wittydeveloper
published 0.4.0 •

Changelog

Source

0.4.0

Minor Changes

  • #24 ca35544 Thanks @charlypoly! - Introduce a new API to delay an execution:

    import { delay } from "@defer/client";
    import { helloWorld } from "../defer/helloWorld";
    
    // create a delayed execution
    const delayedHelloWorld = delay(helloWorld, "1h");
    
    delayedHelloWorld(); // background execution in 1 hour
    
wittydeveloper
published 0.4.0-alpha-20230202160436-6b03524 •