New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

langfuse

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langfuse - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

14

dist/es.js

@@ -129,3 +129,3 @@ // settings & const

// Generated by genversion.
const version = '0.0.22';
const version = '0.0.23';

@@ -429,6 +429,2 @@ class LangfuseWeb {

const promise = new Promise(async (resolve, reject) => {
const spanId = await this.id;
if (!spanId) {
return resolve({ status: 'error', error: 'No spanId' });
}
this.client.api

@@ -438,3 +434,3 @@ .patch('/api/public/spans', {

...body,
spanId: spanId,
spanId: this.id,
endTime: body.endTime?.toISOString(),

@@ -468,6 +464,2 @@ },

const promise = new Promise(async (resolve, reject) => {
const generationId = await this.id;
if (!generationId) {
return resolve({ status: 'error', error: 'No generationId' });
}
this.client.api

@@ -477,3 +469,3 @@ .patch('/api/public/generations', {

...body,
generationId: generationId,
generationId: this.id,
endTime: body.endTime?.toISOString(),

@@ -480,0 +472,0 @@ completionStartTime: body.completionStartTime?.toISOString(),

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

export declare const version = "0.0.22";
export declare const version = "0.0.23";

@@ -131,3 +131,3 @@ 'use strict';

// Generated by genversion.
const version = '0.0.22';
const version = '0.0.23';

@@ -431,6 +431,2 @@ class LangfuseWeb {

const promise = new Promise(async (resolve, reject) => {
const spanId = await this.id;
if (!spanId) {
return resolve({ status: 'error', error: 'No spanId' });
}
this.client.api

@@ -440,3 +436,3 @@ .patch('/api/public/spans', {

...body,
spanId: spanId,
spanId: this.id,
endTime: body.endTime?.toISOString(),

@@ -470,6 +466,2 @@ },

const promise = new Promise(async (resolve, reject) => {
const generationId = await this.id;
if (!generationId) {
return resolve({ status: 'error', error: 'No generationId' });
}
this.client.api

@@ -479,3 +471,3 @@ .patch('/api/public/generations', {

...body,
generationId: generationId,
generationId: this.id,
endTime: body.endTime?.toISOString(),

@@ -482,0 +474,0 @@ completionStartTime: body.completionStartTime?.toISOString(),

{
"name": "langfuse",
"version": "0.0.22",
"version": "0.0.23",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/module.js",

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