You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@pulumi/pulumi

Package Overview
Dependencies
Maintainers
0
Versions
4281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.120.1-alpha.x8326202 to 3.120.1-alpha.x98b90f1

5

output.js

@@ -75,3 +75,6 @@ "use strict";

See https://www.pulumi.com/docs/concepts/inputs-outputs for more details.`;
See https://www.pulumi.com/docs/concepts/inputs-outputs for more details.
Or use ESLint with https://github.com/pulumi/eslint-plugin-pulumi to warn or
error lint on using Output<T> in template literals.`;
if (utils.errorOutputString) {

@@ -78,0 +81,0 @@ throw new Error(message);

2

package.json
{
"name": "@pulumi/pulumi",
"version": "3.120.1-alpha.x8326202",
"version": "3.120.1-alpha.x98b90f1",
"description": "Pulumi's Node.js SDK",

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

@@ -194,4 +194,6 @@ "use strict";

const packageJSON = computeDependenciesDirectlyFromPackageFile(upath.join(workingDir, "package.json"), logResource);
for (const depName of Object.keys(packageJSON.dependencies)) {
referencedPackages.add(depName);
if (packageJSON.dependencies) {
for (const depName of Object.keys(packageJSON.dependencies)) {
referencedPackages.add(depName);
}
}

@@ -198,0 +200,0 @@ // Find the workspace root, fallback to current working directory if we are not in a workspaces setup.

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "3.120.1-alpha.x8326202";
exports.version = "3.120.1-alpha.x98b90f1";
//# 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc