Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@platformatic/client

Package Overview
Dependencies
Maintainers
8
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/client - npm Package Compare versions

Comparing version 2.19.0-alpha.3 to 2.19.0-alpha.4

12

index.js
'use strict'
const { request } = require('undici')
const { Agent, request, interceptors } = require('undici')
const { join } = require('path')

@@ -222,2 +222,9 @@ const fs = require('fs/promises')

if (throwOnError) {
if (!dispatcher) {
dispatcher = new Agent()
}
dispatcher = dispatcher.compose(interceptors.responseError())
}
let res

@@ -231,3 +238,2 @@ try {

},
throwOnError,
bodyTimeout,

@@ -299,3 +305,3 @@ headersTimeout,

if (err instanceof UndiciError) {
requestError.status = err.status
requestError.status = err.statusCode
requestError.statusCode = err.statusCode

@@ -302,0 +308,0 @@ requestError.headers = err.headers

{
"name": "@platformatic/client",
"version": "2.19.0-alpha.3",
"version": "2.19.0-alpha.4",
"description": "A client for all platformatic backends",

@@ -27,4 +27,4 @@ "main": "index.js",

"typescript": "^5.4.2",
"@platformatic/utils": "2.19.0-alpha.3",
"@platformatic/telemetry": "2.19.0-alpha.3"
"@platformatic/utils": "2.19.0-alpha.4",
"@platformatic/telemetry": "2.19.0-alpha.4"
},

@@ -39,3 +39,3 @@ "dependencies": {

"jsonpointer": "^5.0.1",
"undici": "^6.9.0"
"undici": "7.0.0"
},

@@ -42,0 +42,0 @@ "scripts": {

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