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

openai

Package Overview
Dependencies
Maintainers
2
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.0 to 0.0.1

.eslintrc.json

41

package.json
{
"name": "openai",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"license": "MIT"
"scripts": {
"start": "tsc -d --watch",
"build": "tsc -d",
"clean": "rm -rf dist",
"lint": "eslint . --fix --cache",
"lint:nofix": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ceifa/openai.git"
},
"author": "ceifa",
"license": "MIT",
"keywords": [
"gpt-3",
"gpt",
"ai"
],
"bugs": {
"url": "https://github.com/ceifa/openai/issues"
},
"homepage": "https://github.com/ceifa/openai#readme",
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"eslint": "7.31.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"prettier": "2.3.2",
"tslib": "2.3.0",
"typescript": "4.3.5"
},
"dependencies": {
"node-fetch": "^2.6.1"
}
}
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