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

chatgpt-jdasa

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatgpt-jdasa - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

build/index.js

@@ -279,3 +279,3 @@ // src/chatgpt-api.ts

const delta = response.choices[0].delta;
result.delta = delta.content;
result.delta = delta == null ? void 0 : delta.content;
if (delta == null ? void 0 : delta.content)

@@ -282,0 +282,0 @@ result.text += delta.content;

{
"name": "chatgpt-jdasa",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node.js client for the official ChatGPT API,support gpt-4o and image_url.",

@@ -5,0 +5,0 @@ "author": "Travis Fischer <travis@transitivebullsh.it>",

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