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.4 to 0.0.5

6

dist/api/server.d.ts

@@ -68,2 +68,3 @@ /**

traceId?: string | null;
traceIdType?: components['schemas']['TraceIdTypeGenerations'];
name?: string | null;

@@ -138,2 +139,7 @@ /** Format: date-time */

ObservationLevelGeneration: 'DEBUG' | 'DEFAULT' | 'WARNING' | 'ERROR';
/**
* TraceIdTypeGenerations
* @enum {string}
*/
TraceIdTypeGenerations: 'LANGFUSE' | 'EXTERNAL';
/** CreateScoreRequest */

@@ -140,0 +146,0 @@ CreateScoreRequest: {

4

package.json
{
"name": "langfuse",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"pretty": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json}\"",
"prebuild": "npm run pretty",
"prebuild": "npm run generateAPI && npm run pretty",
"build": "tsc -p tsconfig.json",

@@ -15,0 +15,0 @@ "prepublishOnly": "npm run build",

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