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

autoevals

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoevals - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

jest.config.cjs

2

jsdist/index.d.ts

@@ -32,2 +32,2 @@ /**

export * from "./string.js";
export * from './templates.js';
export * from "./templates.js";

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

import path from "path";
import { Battle, LLMClassifierFromTemplate, OpenAIClassifier } from "../js/llm";

@@ -62,3 +60,3 @@ import { ChatCompletionRequestMessage } from "openai";

expect(score.error).toBeUndefined();
}, 60000);
}, 600000);

@@ -110,3 +108,3 @@ test("llm_classifier", async () => {

}
}, 60000);
}, 600000);

@@ -149,2 +147,2 @@ test("battle", async () => {

}
}, 60000);
}, 600000);
{
"name": "autoevals",
"version": "0.0.18",
"version": "0.0.19",
"description": "Universal library for evaluating AI models",

@@ -5,0 +5,0 @@ "main": "jsdist/bundle.js",

@@ -148,2 +148,2 @@ # AutoEvals

The full docs are available [here](https://www.braintrustdata.com/docs/autoevals).
The full docs are available [here](https://www.braintrustdata.com/docs/autoevals/overview).

Sorry, the diff of this file is not supported yet

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