Socket
Socket
Sign inDemoInstall

@pulumi/pulumi

Package Overview
Dependencies
Maintainers
13
Versions
4348
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 0.11.0-dev-13-g993caf76 to 0.11.0-dev-22-g5d2f21d5

2

package.json
{
"name": "@pulumi/pulumi",
"version": "v0.11.0-dev-13-g993caf76",
"version": "v0.11.0-dev-22-g5d2f21d5",
"description": "Pulumi's Node.js SDK",

@@ -5,0 +5,0 @@ "repository": "https://github.com/pulumi/pulumi/sdk/nodejs",

@@ -17,3 +17,11 @@ "use strict";

const resource = require("../resource");
const nativeruntime = require("./native/build/Release/nativeruntime.node");
// Our closure serialization code links against v8 internals. On Windows,
// we can't dynamically link against v8 internals because their symbols are
// unexported. In order to address this problem, Pulumi programs run on a
// custom build of Node that has our closure serialization code as a built-in
// module called "pulumi_closure".
//
// `process.binding` invokes the Node bootstrap module loader in order to
// get to our builtin module.
const nativeruntime = process.binding("pulumi_closure");
/**

@@ -20,0 +28,0 @@ * serializeClosure serializes a function and its closure environment into a form that is amenable to persistence

"use strict";
// Copyright 2016-2017, Pulumi Corporation. All rights reserved.
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "v0.11.0-dev-13-g993caf76";
exports.version = "v0.11.0-dev-22-g5d2f21d5";
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

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