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.1.0 to 0.3.2

index.js

19

package.json
{
"name": "@arcblock/forge-proto",
"description": "Static modules generated from forge-sdk protobuf files",
"version": "0.1.0",
"version": "0.3.2",
"author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",

@@ -32,5 +32,6 @@ "bugs": {

"license": "MIT",
"main": "src/index.js",
"main": "index.js",
"files": [
"src"
"index.js",
"lib"
],

@@ -42,7 +43,13 @@ "repository": {

"scripts": {
"copy": "cp $FORGE_SDK_PROTO_GEN_DIR/*.js .",
"lint": "eslint src",
"copy": "npm run copy:js && npm run copy:json",
"copy:js": "rm -f lib/*.js && cp $FORGE_SDK_PROTO_GEN_DIR/*.js lib/ && sh ./tools/patch.sh",
"copy:json": "rm -f lib/*.json && cp $FORGE_SDK_PROTO_GEN_DIR/*.json lib/",
"lint": "eslint index.js",
"precommit": "yarn lint",
"prepush": "yarn lint"
}
},
"dependencies": {
"debug": "^4.1.1"
},
"gitHead": "a19b3039b311518795d540e6259796b3f572815d"
}
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