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

@platformatic/client

Package Overview
Dependencies
Maintainers
6
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 0.34.0 to 0.34.1

4

package.json
{
"name": "@platformatic/client",
"version": "0.34.0",
"version": "0.34.1",
"description": "A client for all platformatic backends",

@@ -25,3 +25,3 @@ "main": "index.js",

"typescript": "^5.1.3",
"@platformatic/telemetry": "0.34.0"
"@platformatic/telemetry": "0.34.1"
},

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

@@ -65,4 +65,4 @@ 'use strict'

equal(clientSpan.name, `POST ${targetAppUrl}/movies/`)
equal(clientSpan.attributes['server.url'], `${targetAppUrl}/movies/`)
equal(clientSpan.attributes['response.statusCode'], 200)
equal(clientSpan.attributes['url.full'], `${targetAppUrl}/movies/`)
equal(clientSpan.attributes['http.response.status_code'], 200)
const clientTraceId = clientSpan.spanContext().traceId

@@ -143,4 +143,4 @@ const clientSpanId = clientSpan.spanContext().spanId

equal(clientSpan.name, `POST ${targetAppUrl}/movies/`)
equal(clientSpan.attributes['server.url'], `${targetAppUrl}/movies/`)
equal(clientSpan.attributes['response.statusCode'], 200)
equal(clientSpan.attributes['url.full'], `${targetAppUrl}/movies/`)
equal(clientSpan.attributes['http.response.status_code'], 200)
const clientTraceId = clientSpan.spanContext().traceId

@@ -223,4 +223,4 @@ const clientSpanId = clientSpan.spanContext().spanId

equal(clientSpan.name, `POST ${targetAppUrl}/graphql`)
equal(clientSpan.attributes['server.url'], `${targetAppUrl}/graphql`)
equal(clientSpan.attributes['response.statusCode'], 200)
equal(clientSpan.attributes['url.full'], `${targetAppUrl}/graphql`)
equal(clientSpan.attributes['http.response.status_code'], 200)
const clientTraceId = clientSpan.spanContext().traceId

@@ -227,0 +227,0 @@ const clientSpanId = clientSpan.spanContext().spanId

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