Socket
Socket
Sign inDemoInstall

@pulumi/pulumi

Package Overview
Dependencies
Maintainers
2
Versions
4342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/pulumi - npm Package Compare versions

Comparing version 3.131.0 to 3.131.1-alpha.x717cb75

8

automation/stack.d.ts

@@ -544,2 +544,6 @@ import { ConfigMap, ConfigValue } from "./config";

continueOnError?: boolean;
/**
* Run the process under a debugger, and pause until a debugger is attached.
*/
attachDebugger?: boolean;
}

@@ -610,2 +614,6 @@ /**

plan?: string;
/**
* Run the process under a debugger, and pause until a debugger is attached.
*/
attachDebugger?: boolean;
}

@@ -612,0 +620,0 @@ /**

@@ -221,2 +221,5 @@ "use strict";

}
if (opts.attachDebugger) {
args.push("--attach-debugger");
}
applyGlobalOpts(opts, args);

@@ -352,2 +355,5 @@ }

}
if (opts.attachDebugger) {
args.push("--attach-debugger");
}
applyGlobalOpts(opts, args);

@@ -354,0 +360,0 @@ }

2

package.json
{
"name": "@pulumi/pulumi",
"version": "3.131.0",
"version": "3.131.1-alpha.x717cb75",
"description": "Pulumi's Node.js SDK",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -106,10 +106,7 @@ "use strict";

for (const [ts, typesNode] of [
["~3.8.3", "^17"],
// TODO https://github.com/pulumi/pulumi/issues/17135
// Pin to 20.16.2 instead of using ^20 until https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/70432
// is resolved.
["<4.8.0", "20.16.2"],
["^4.9.5", "20.16.2"],
["<5.2.0", "20.16.2"],
["^5.2.0", "20.16.2"],
["~3.8.3", "ts3.8"],
["<4.8.0", "ts4.7"],
["^4.9.5", "ts4.9"],
["<5.2.0", "ts5.1"],
["^5.2.0", "latest"],
]) {

@@ -116,0 +113,0 @@ yield run(ts, typesNode);

@@ -1,1 +0,1 @@

export declare const version = "3.131.0";
export declare const version = "3.131.1";

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "3.131.0";
exports.version = "3.131.1-alpha.x717cb75";
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

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