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.121.1-alpha.x12ee8f2 to 3.121.1-alpha.xb2e63c2

2

package.json
{
"name": "@pulumi/pulumi",
"version": "3.121.1-alpha.x12ee8f2",
"version": "3.121.1-alpha.xb2e63c2",
"description": "Pulumi's Node.js SDK",

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

@@ -340,8 +340,13 @@ "use strict";

.then((req) => {
this._monitor.registerStackTransform(req, (err, _) => {
if (err !== null) {
// Remove this from the list of callbacks given we didn't manage to actually register it.
this._callbacks.delete(req.getToken());
return;
}
return new Promise((resolve, reject) => {
this._monitor.registerStackTransform(req, (err, _) => {
if (err !== null) {
// Remove this from the list of callbacks given we didn't manage to actually register it.
this._callbacks.delete(req.getToken());
reject();
}
else {
resolve();
}
});
});

@@ -348,0 +353,0 @@ }, (err) => log.error(`failed to register stack transform: ${err}`))

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

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

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