New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openai-text-completions

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai-text-completions - npm Package Compare versions

Comparing version

to
1.1.8

2

index.js

@@ -53,3 +53,3 @@ #!/usr/bin/env node

}).catch((error) => {
console.error(error.response.data.errors);
console.error(error);
});

@@ -56,0 +56,0 @@ };

{
"name": "openai-text-completions",
"version": "1.1.7",
"version": "1.1.8",
"description": "A global npm package for generating text completions using the OpenAI API",

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