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.6 to 0.0.7

13

package.json
{
"name": "@amplication/plugin-provisioning-terraform-gcp-database-csql",
"version": "0.0.6",
"version": "0.0.7",
"description": "Adds terraform code for a Cloud SQL database to the generated service.",

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

"prebuild": "rimraf dist",
"test": "jest",
"format:write": "prettier --write \"**/*.{js,ts}\""
"test": "jest"
},

@@ -19,4 +18,4 @@ "author": "Levi van Noort <levi@amplication.com>",

"dependencies": {
"@amplication/code-gen-types": "^2.0.21",
"@amplication/code-gen-utils": "^0.0.7",
"@amplication/code-gen-types": "^2.0.23",
"@amplication/code-gen-utils": "^0.0.9",
"lodash": "^4.17.21"

@@ -31,6 +30,6 @@ },

"@typescript-eslint/parser": "^6.13.2",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.55.0",
"jest-mock-extended": "^3.0.5",
"prettier": "^3.1.0",
"prettier": "^2.6.2",
"rimraf": "^5.0.5",

@@ -37,0 +36,0 @@ "ts-jest": "^29.1.1",

{
"targets": {
"install:clean": {},
"lint": {},

@@ -5,0 +4,0 @@ "npm:publish": {}

@@ -65,5 +65,5 @@ import type {

const templateFileName: string = "csql-template.tf";
const fileNamePrefix: string = "csql-";
const fileNameSuffix: string = ".tf";
const templateFileName = "csql-template.tf";
const fileNamePrefix = "csql-";
const fileNameSuffix = ".tf";
const name: string = settings.global.name

@@ -70,0 +70,0 @@ ? settings.global.name

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

Sorry, the diff of this file is not supported yet

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