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

@blitzm/azure-postgres-flexible

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blitzm/azure-postgres-flexible - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

23

dist/index.js

@@ -14,10 +14,27 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.AzurePostgresSqlFlexible = void 0;
const pulumi = __importStar(require("@pulumi/pulumi"));

@@ -47,3 +64,3 @@ const azure = __importStar(require("@pulumi/azure"));

location: args.resourceGroup.location,
name: (_a = args.serverName) !== null && _a !== void 0 ? _a : pulumi_utils_1.globallyUniqueName(pulumi_utils_1.alphaNumeric(name), { parent: this }),
name: (_a = args.serverName) !== null && _a !== void 0 ? _a : (0, pulumi_utils_1.globallyUniqueName)((0, pulumi_utils_1.alphaNumeric)(name), { parent: this }),
administratorLogin: 'dbuser',

@@ -50,0 +67,0 @@ administratorPassword: password.result,

6

package.json
{
"name": "@blitzm/azure-postgres-flexible",
"description": "",
"version": "0.2.0",
"version": "0.3.0",
"license": "Blitzm",

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

"@types/node": "<=18.11.9",
"typescript": "3.8.3"
"typescript": ">=4.7.4"
},

@@ -32,3 +32,3 @@ "dependencies": {

},
"gitHead": "645dee64aac864be092727f581852636c1a193b8"
"gitHead": "1bc063cfb911b5e022907f67f23c049d387eecec"
}

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