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

openpipe

Package Overview
Dependencies
Maintainers
2
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.3.5 to 0.3.6

dist/codegen/core/ApiError.d.ts

21

package.json
{
"name": "openpipe",
"version": "0.3.5",
"version": "0.3.6",
"type": "module",
"description": "Metrics and auto-evaluation for LLM calls",
"main": "./index.js",
"main": "./dist/index.cjs.js",
"publishConfig": {
"name": "openpipe",
"access": "public"

@@ -22,2 +23,4 @@ },

"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/lodash-es": "^4.17.8",

@@ -27,2 +30,5 @@ "@types/node": "^20.4.8",

"dotenv": "^16.3.1",
"rollup": "^3.28.1",
"rollup-plugin-typescript2": "^0.35.0",
"tslib": "^2.6.2",
"tsx": "^3.12.7",

@@ -35,3 +41,14 @@ "typescript": "^5.0.4",

"test": "vitest"
},
"module": "./dist/index.esm.js",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./openai": {
"import": "./dist/openai.esm.js",
"require": "./dist/openai.cjs.js"
}
}
}
codegen/core/ApiError.d.ts

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