Socket
Socket
Sign inDemoInstall

@temporalio/core-bridge

Package Overview
Dependencies
Maintainers
8
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@temporalio/core-bridge - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

6

package.json
{
"name": "@temporalio/core-bridge",
"version": "1.10.0",
"version": "1.10.1",
"description": "Temporal.io SDK Core<>Node bridge",

@@ -25,3 +25,3 @@ "main": "index.js",

"dependencies": {
"@temporalio/common": "1.10.0",
"@temporalio/common": "1.10.1",
"arg": "^5.0.2",

@@ -56,3 +56,3 @@ "cargo-cp-artifact": "^0.1.8",

},
"gitHead": "39d702af7ae5d7e33ee90651292aa77fa07d33ca"
"gitHead": "a39419f4f9398bd69cc313700af75aea268f80b1"
}

@@ -58,2 +58,6 @@ const path = require('path');

function compile(requestedTarget) {
if (!fs.existsSync('sdk-core/Cargo.toml')) {
throw new Error('Missing sdk-core/Cargo.toml. Did you forget to run `git submodule update --init --recursive`?');
}
const target = requestedTarget ?? getPrebuiltTargetName();

@@ -60,0 +64,0 @@ console.log('Compiling bridge', { target, buildRelease });

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