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.3.0 to 1.3.1-alpha-20230502162243-6964331

6

cjs/index.js

@@ -142,3 +142,7 @@ "use strict";

}
ret.__metadata = { version: constants_js_1.INTERNAL_VERSION, retry: retryPolicy };
ret.__metadata = {
version: constants_js_1.INTERNAL_VERSION,
retry: retryPolicy,
concurrency: options?.concurrency,
};
return ret;

@@ -145,0 +149,0 @@ };

2

cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.3.0";
exports.default = "1.3.1-alpha-20230502162243-6964331";

@@ -133,3 +133,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

}
ret.__metadata = { version: INTERNAL_VERSION, retry: retryPolicy };
ret.__metadata = {
version: INTERNAL_VERSION,
retry: retryPolicy,
concurrency: options?.concurrency,
};
return ret;

@@ -136,0 +140,0 @@ };

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

export default "1.3.0";
export default "1.3.1-alpha-20230502162243-6964331";
{
"name": "@defer/client",
"version": "1.3.0",
"version": "1.3.1-alpha-20230502162243-6964331",
"description": "Zero infrastructure NodeJS background jobs",

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

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

retry?: RetryPolicy;
concurrency?: Concurrency;
concurrency?: Concurrency | undefined;
};

@@ -28,0 +28,0 @@ }

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

declare const _default: "1.3.0";
declare const _default: "1.3.1-alpha-20230502162243-6964331";
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