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

openpipe

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openpipe - npm Package Compare versions

Comparing version 0.33.0 to 0.34.0

4

client.d.ts

@@ -99,4 +99,8 @@ import { D as DefaultService, B as BaseHttpRequest, a as OpenAPIConfig, b as OpenPipeConfig, C as CancelablePromise } from './shared-Cm17h84s.js';

}>;
getCriterionJudgement(...params: Parameters<OPClient["default"]["getCriterionJudgement"]>): CancelablePromise<{
score: number;
explanation?: string;
}>;
}
export { OpenPipe as default };

@@ -677,2 +677,5 @@ var __typeError = (msg) => {

}
getCriterionJudgement(...params) {
return this.baseClient.default.getCriterionJudgement(...params);
}
};

@@ -679,0 +682,0 @@ export {

5

index.js

@@ -759,3 +759,3 @@ var __defProp = Object.defineProperty;

name: "openpipe-dev",
version: "0.33.0",
version: "0.34.0",
type: "module",

@@ -874,2 +874,5 @@ description: "LLM metrics and inference",

}
getCriterionJudgement(...params) {
return this.baseClient.default.getCriterionJudgement(...params);
}
};

@@ -876,0 +879,0 @@

@@ -750,3 +750,3 @@ var __typeError = (msg) => {

name: "openpipe-dev",
version: "0.33.0",
version: "0.34.0",
type: "module",

@@ -865,2 +865,5 @@ description: "LLM metrics and inference",

}
getCriterionJudgement(...params) {
return this.baseClient.default.getCriterionJudgement(...params);
}
};

@@ -867,0 +870,0 @@

{
"name": "openpipe",
"version": "0.33.0",
"version": "0.34.0",
"type": "module",

@@ -5,0 +5,0 @@ "description": "LLM metrics and inference",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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