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

gpt3

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gpt3 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

dist/bin/index.js

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

const completion = await getCompletion_1.getCompletion(prompt);
console.log(completion);
console.log(`\n${completion}`);
})().catch((error) => {

@@ -18,0 +18,0 @@ throw error;

{
"name": "gpt3",
"version": "1.0.2",
"version": "1.0.4",
"description": "A simple CLI tool to interface with OpenAI's beta API",

@@ -12,3 +12,4 @@ "main": "index.js",

"build": "tsc",
"lint": "eslint . --ext .ts,.js,.md -c .eslintrc.json --fix"
"lint": "eslint . --ext .ts,.js,.md -c .eslintrc.json --fix",
"prepublishOnly": "npm run build"
},

@@ -19,11 +20,3 @@ "repository": {

},
"keywords": [
"gpt",
"ai",
"machine",
"learning",
"agi",
"completion",
"text"
],
"keywords": ["gpt", "ai", "machine", "learning", "agi", "completion", "text"],
"author": "Michael Poteat <me@mpote.at>",

@@ -30,0 +23,0 @@ "license": "MIT",

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