Socket
Socket
Sign inDemoInstall

@amplication/plugin-provisioning-terraform-gcp-database-csql

Package Overview
Dependencies
19
Maintainers
8
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

src/tests/.keep

2

.amplicationrc.json

@@ -25,2 +25,2 @@ {

}
}
}

@@ -18,2 +18,2 @@ {

]
}
}
{
"name": "@amplication/plugin-provisioning-terraform-gcp-database-csql",
"version": "0.0.4",
"version": "0.0.5",
"description": "Adds terraform code for a Cloud SQL database to the generated service.",

@@ -41,2 +41,3 @@ "main": "dist/index.js",

"jest": {
"passWithNoTests": true,
"moduleFileExtensions": [

@@ -43,0 +44,0 @@ "js",

@@ -24,6 +24,6 @@ export enum DatabaseTypes {

type: DatabaseTypes;
postgres?: {}; //TODO: settings that are specific to postgres
mysql?: {}; //TODO: settings that are specific to postgres
mssql?: {}; //TODO: settings that are specific to postgres
postgres?: object; //TODO: settings that are specific to postgres
mysql?: object; //TODO: settings that are specific to postgres
mssql?: object; //TODO: settings that are specific to postgres
};
}
{
"extends": "../../tsconfig.base.json",
"include": [
"src/index.ts"
],
"exclude": [
"node_modules"
],
}
"include": ["src/index.ts"],
"exclude": ["node_modules"]
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc