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 2.0.4-beta.pr-354.31d30ce to 2.0.4

.eslintrc.json

2

dist/index.js

@@ -92,3 +92,3 @@ /******/ (() => { // webpackBootstrap

const staticPath = (0, path_1.resolve)(__dirname, "./static");
const staticsFiles = await context.utils.importStaticModules(staticPath, context.serverDirectories.baseDirectory);
const staticsFiles = await context.utils.importStaticModules(staticPath, context.serverDirectories.srcDirectory);
await modules.merge(staticsFiles);

@@ -95,0 +95,0 @@ return modules;

{
"name": "@amplication/plugin-integrate-openai",
"version": "2.0.4-beta.pr-354.31d30ce",
"version": "2.0.4",
"description": "Add a module and a service to use OpenAI API to Amplication generated code",

@@ -38,7 +38,3 @@ "main": "dist/index.js",

"passWithNoTests": true,
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "src/tests",

@@ -49,7 +45,5 @@ "testRegex": ".*\\.spec\\.ts$",

},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"collectCoverageFrom": ["**/*.(t|j)s"],
"testEnvironment": "node"
}
}

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