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

@pulumi/aiven

Package Overview
Dependencies
Maintainers
0
Versions
490
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/aiven - npm Package Compare versions

Comparing version 6.30.0-alpha.1734066489 to 6.30.0-alpha.1734111624

2

openSearchAclRule.d.ts

@@ -55,3 +55,3 @@ import * as pulumi from "@pulumi/pulumi";

* const osAclRule: aiven.OpenSearchAclRule[] = [];
* pulumi.all(aclRules.map((v, k) => [k, v]).reduce((__obj, [, ]) => ({ ...__obj, [i]: v }))).apply(rangeBody => {
* pulumi.all(aclRules.map((v, k) => [k, v]).reduce((__obj, [i, v]) => ({ ...__obj, [i]: v }))).apply(rangeBody => {
* for (const range of Object.entries(rangeBody).map(([k, v]) => ({key: k, value: v}))) {

@@ -58,0 +58,0 @@ * osAclRule.push(new aiven.OpenSearchAclRule(`os_acl_rule-${range.key}`, {

@@ -61,3 +61,3 @@ "use strict";

* const osAclRule: aiven.OpenSearchAclRule[] = [];
* pulumi.all(aclRules.map((v, k) => [k, v]).reduce((__obj, [, ]) => ({ ...__obj, [i]: v }))).apply(rangeBody => {
* pulumi.all(aclRules.map((v, k) => [k, v]).reduce((__obj, [i, v]) => ({ ...__obj, [i]: v }))).apply(rangeBody => {
* for (const range of Object.entries(rangeBody).map(([k, v]) => ({key: k, value: v}))) {

@@ -64,0 +64,0 @@ * osAclRule.push(new aiven.OpenSearchAclRule(`os_acl_rule-${range.key}`, {

{
"name": "@pulumi/aiven",
"version": "6.30.0-alpha.1734066489",
"version": "6.30.0-alpha.1734111624",
"description": "A Pulumi package for creating and managing Aiven cloud resources.",

@@ -16,3 +16,3 @@ "keywords": [

"dependencies": {
"@pulumi/pulumi": "^3.136.0"
"@pulumi/pulumi": "^3.142.0"
},

@@ -27,4 +27,4 @@ "devDependencies": {

"name": "aiven",
"version": "6.30.0-alpha.1734066489"
"version": "6.30.0-alpha.1734111624"
}
}
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