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

@amplication/plugin-integrate-openai

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-integrate-openai - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-beta.pr-297.80f0b66

.eslintrc.json

7

package.json
{
"name": "@amplication/plugin-integrate-openai",
"version": "1.0.0",
"version": "1.0.1-beta.pr-297.80f0b66",
"description": "Add a module and a service to use OpenAI API to Amplication generated code",
"main": "dist/index.js",
"nx": {},
"scripts": {

@@ -15,4 +16,4 @@ "dev": "webpack --watch",

"devDependencies": {
"@amplication/code-gen-types": "^2.0.1",
"@amplication/code-gen-utils": "^0.0.4",
"@amplication/code-gen-types": "^2.0.17",
"@amplication/code-gen-utils": "^0.0.7",
"@babel/parser": "^7.18.11",

@@ -19,0 +20,0 @@ "@babel/types": "^7.18.10",

export enum EnumAuthProviderType {
Http = "Http",
Jwt = "Jwt",
Auth0 = "Auth0",
}
{
"extends": "../../tsconfig.base.json",
"include": [
"src/index.ts"
]
}
"include": ["src/index.ts"]
}

@@ -22,3 +22,5 @@ const path = require("path");

new CopyWebpackPlugin({
patterns: [{ from: "src/templates", to: "templates", noErrorOnMissing: true }],
patterns: [
{ from: "src/templates", to: "templates", noErrorOnMissing: true },
],
}),

@@ -25,0 +27,0 @@ ],

Sorry, the diff of this file is not supported yet

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