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.5.0 to 1.5.1-alpha-20230627082040-74ab12b

2

cjs/httpClient.js

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

}
throw new errors_js_1.APIError(decodedData.message, decodedData.code);
throw new errors_js_1.APIError(decodedData.message, decodedData.error);
}

@@ -93,0 +93,0 @@ else if (status >= 500 && status < 600) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.5.0";
exports.default = "1.5.1-alpha-20230627082040-74ab12b";

@@ -84,3 +84,3 @@ import { fetch } from "@whatwg-node/fetch";

}
throw new APIError(decodedData.message, decodedData.code);
throw new APIError(decodedData.message, decodedData.error);
}

@@ -87,0 +87,0 @@ else if (status >= 500 && status < 600) {

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

export default "1.5.0";
export default "1.5.1-alpha-20230627082040-74ab12b";
{
"name": "@defer/client",
"version": "1.5.0",
"version": "1.5.1-alpha-20230627082040-74ab12b",
"description": "Zero infrastructure NodeJS background jobs",

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

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

declare const _default: "1.5.0";
declare const _default: "1.5.1-alpha-20230627082040-74ab12b";
export default _default;

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