Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@temporalio/proto

Package Overview
Dependencies
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@temporalio/proto - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

4

package.json
{
"name": "@temporalio/proto",
"version": "1.0.1",
"version": "1.1.0",
"description": "Temporal.io SDK compiled protobuf definitions",

@@ -34,3 +34,3 @@ "main": "protos/index.js",

},
"gitHead": "a1dae539e72b6b088b400998d7bef482e8ed52f1"
"gitHead": "132f23a47a93fecf3f39836b31f08ea837b30320"
}

@@ -0,3 +1,9 @@

// Workaround an issue that prevents protobufjs from loading 'long' in Yarn 3 PnP
// https://github.com/protobufjs/protobuf.js/issues/1745#issuecomment-1200319399
const $protobuf = require('protobufjs/light');
$protobuf.util.Long = require('long');
$protobuf.configure();
const { patchProtobufRoot } = require('../lib/patch-protobuf-root');
const unpatchedRoot = require('./json-module');
module.exports = patchProtobufRoot(unpatchedRoot);
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