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.5.0-alpha-20230208140706-398a6bf to 0.5.0-alpha-20230208142229-47501ff

2

package.json
{
"name": "@defer.run/client",
"version": "0.5.0-alpha-20230208140706-398a6bf",
"version": "0.5.0-alpha-20230208142229-47501ff",
"description": "cua JavaScript client",

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

@@ -20,3 +20,3 @@ import type { Units } from "parse-duration";

cron?: string;
retry?: RetryPolicy | boolean | undefined;
retry?: RetryPolicy | boolean | 1 | 2 | 3 | 4 | 5 | undefined;
};

@@ -46,3 +46,3 @@ }

export interface DeferOptions {
retry?: RetryPolicy | boolean;
retry?: RetryPolicy | boolean | 1 | 2 | 3 | 4 | 5;
}

@@ -49,0 +49,0 @@ export interface RetryPolicy {

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