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

@empiricalrun/llm

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/llm - npm Package Compare versions

Comparing version 0.9.15 to 0.9.16

6

CHANGELOG.md
# @empiricalrun/llm
## 0.9.16
### Patch Changes
- 25f3601: fix: npmignore config
## 0.9.15

@@ -4,0 +10,0 @@

4

dist/prompts/provider/index.js

@@ -6,4 +6,4 @@ "use strict";

const langfuse = new langfuse_1.Langfuse({
secretKey: "sk-lf-30eee545-9c2c-4646-bfd9-8f38acf2fa8f",
publicKey: "pk-lf-c5c7cf23-de76-4098-ad81-594bce7cf330",
secretKey: process.env.LANGFUSE_SK,
publicKey: process.env.LANGFUSE_PK,
baseUrl: "https://us.cloud.langfuse.com",

@@ -10,0 +10,0 @@ flushAt: 1,

@@ -6,4 +6,4 @@ "use strict";

exports.langfuseInstance = new langfuse_1.Langfuse({
secretKey: "sk-lf-30eee545-9c2c-4646-bfd9-8f38acf2fa8f",
publicKey: "pk-lf-c5c7cf23-de76-4098-ad81-594bce7cf330",
secretKey: process.env.LANGFUSE_SK,
publicKey: process.env.LANGFUSE_PK,
baseUrl: "https://us.cloud.langfuse.com",

@@ -10,0 +10,0 @@ flushAt: 1,

{
"name": "@empiricalrun/llm",
"version": "0.9.15",
"version": "0.9.16",
"main": "dist/index.js",

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

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