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.2 to 0.0.3

dist/api/client.d.ts

19

package.json
{
"name": "langfuse",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

@@ -12,5 +11,7 @@ "dist/"

"scripts": {
"prepare": "npm run build",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
"prepublishOnly": "npm run build"
"pretty": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json}\"",
"prebuild": "npm run pretty",
"build": "tsc -p tsconfig.json",
"prepublishOnly": "npm run build",
"generateAPI": "openapi-typescript src/api/openapi-server.yaml --output src/api/server.ts && openapi-typescript src/api/openapi-client.yaml --output src/api/client.ts"
},

@@ -30,5 +31,9 @@ "keywords": [],

"eslint-plugin-promise": "^6.1.1",
"openapi-typescript": "^6.2.8",
"prettier": "^2.8.8",
"typescript": "^5.1.6"
},
"dependencies": {
"openapi-fetch": "^0.6.0"
}
}
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