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.0.6

8

index.js

@@ -48,7 +48,7 @@ #!/usr/bin/env node

program
.arguments('<prompt>')
.command('completions <prompt>')
.description('Generate text completions')
.action(function (prompt) {
generateTextCompletions(prompt);
})
.parse(process.argv);
});

@@ -59,1 +59,3 @@ program

.action(checkAPIKey);
program.parse(process.argv);
{
"name": "openai-text-completions",
"version": "1.0.5",
"version": "1.0.6",
"description": "A global npm package for generating text completions using the OpenAI API",

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