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

@arcblock/forge-proto

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/forge-proto - npm Package Compare versions

Comparing version 0.30.0 to 0.30.3

4

package.json
{
"name": "@arcblock/forge-proto",
"description": "Static modules generated from forge-sdk protobuf files",
"version": "0.30.0",
"version": "0.30.3",
"author": {

@@ -67,3 +67,3 @@ "name": "wangshijun",

},
"gitHead": "2d1a961d0e07e7014a170b1e7e9f491c0ec58f6e"
"gitHead": "8f247453191c71b1511fdace854e607f88836708"
}

@@ -131,3 +131,2 @@ /**

//
/**

@@ -144,3 +143,3 @@ * Search for a type and its fields descriptor, then the result can be used to create a protobuf message

return {
fn: get(types, type) || get(vendorTypes, type),
fn: get(types, type) || get(vendorTypes, type) || get(vendorTypes, type.split('.').pop()),
fields,

@@ -147,0 +146,0 @@ oneofs,

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