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

@aigur/client

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigur/client - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

tests/events.test.ts

60

package.json
{
"name": "@aigur/client",
"version": "1.5.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"eventsource-parser": "^0.1.0",
"form-data": "^4.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"tsup": "^6.6.3",
"typescript": "^4.5.3",
"vitest": "^0.28.4",
"tsconfig": "0.0.0"
},
"scripts": {
"pbl": "npm publish --access public",
"build": "tsup src/index.ts --format cjs --dts --minify",
"dev": "tsup src/index.ts --format cjs --dts --watch",
"test": "vitest run",
"test:dev": "vitest dev"
}
}
"name": "@aigur/client",
"version": "1.5.1",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"pbl": "npm publish --access public",
"build": "tsup src/index.ts --format cjs --dts --minify",
"dev": "tsup src/index.ts --format cjs --dts --watch",
"test": "vitest run",
"test:dev": "vitest dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"eventsource-parser": "^0.1.0",
"form-data": "^4.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"tsconfig": "workspace:*",
"tsup": "^6.6.3",
"typescript": "^4.5.3",
"vitest": "^0.28.4"
}
}

@@ -12,3 +12,3 @@ export * from './image/labeling/googleImageLabeling';

export { gpt3TurboPrediction } from './text/prediction/gpt3-turbo';
export { gpt3TurboStreamPrediction } from './text/prediction/gpt3-turbo.stream';
export { gpt3TurboPredictionStream as gpt3TurboPredictionStream } from './text/prediction/gpt3-turbo.stream';
export { gpt3PredictionStream } from './text/prediction/gpt3.stream';

@@ -15,0 +15,0 @@ export * from './transformation/stringToArrayBuffer';

@@ -17,3 +17,3 @@ import { z } from 'zod';

export async function gpt3TurboStreamPrediction(
export async function gpt3TurboPredictionStream(
input: z.input<typeof inputSchema>,

@@ -20,0 +20,0 @@ apiKeys: APIKeys

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