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.33.0 to 0.34.0

lib/status_code.json

11

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

@@ -22,2 +22,3 @@ "name": "wangshijun",

"devDependencies": {
"any-json": "^3.1.0",
"jest": "^23.5.0"

@@ -52,3 +53,3 @@ },

"lint:fix": "eslint --fix tests *.js",
"upgrade": "bash tools/copy.sh && yarn gen && yarn generate-dts && yarn generate-docs && yarn format-docs",
"upgrade": "bash tools/copy.sh && yarn gen && yarn generate-dts && yarn generate-docs && yarn generate-status && yarn format-docs",
"copy": "bash tools/copy.sh",

@@ -59,2 +60,3 @@ "gen": "node tools/gen-proto-entry.js full && node tools/gen-proto-entry.js lite",

"generate-dts": "j2d index.js && j2d lite.js && node tools/generate-dts.js && bash tools/patch-dts.sh",
"generate-status": "./tools/generate-status.sh",
"precommit": "CI=1 yarn test",

@@ -66,7 +68,6 @@ "prepush": "CI=1 yarn test",

"dependencies": {
"camelcase": "^5.3.1",
"debug": "^4.1.1",
"lodash.get": "^4.4.2"
"lodash": "^4.17.15"
},
"gitHead": "9e30e3a049b194fc6e1657156c54220217744b36"
"gitHead": "e2b48a5c0a28d6b9b2f2948935319365bbcf7dba"
}

@@ -11,3 +11,3 @@ /**

const get = require('lodash.get');
const get = require('lodash/get');
const debug = require('debug')(require('./package.json').name);

@@ -208,2 +208,6 @@

transactions: enums.SupportedTxs,
multiSignTxs: ['ExchangeTx', 'ExchangeTetherTx', 'DepositTetherTx', 'ConsumeAssetTx'].filter(
x => enums.SupportedTxs.includes(x)
),
stakes: enums.SupportedStakes,

@@ -210,0 +214,0 @@ rpcs: Object.keys(clients).reduce((acc, x) => {

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