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

openai

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/index.js

@@ -89,3 +89,3 @@ (function (factory) {

async request(path, method, body) {
let headers = this.headers;
let headers = { ...this.headers };
if (body instanceof form_data_1.default) {

@@ -92,0 +92,0 @@ delete headers['content-type'];

{
"name": "openai",
"version": "0.0.3",
"version": "0.0.4",
"description": "Tiny OpenAI API wrapper",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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