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

@keepkey/device-protocol

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keepkey/device-protocol - npm Package Compare versions

Comparing version 6.0.2 to 6.1.0

lib/.gitignore

11

package.json
{
"name": "@keepkey/device-protocol",
"version": "6.0.2",
"version": "6.1.0",
"publishConfig": {

@@ -9,5 +9,5 @@ "access": "public"

"scripts": {
"build": "yarn build:js && yarn build:json",
"build:js": "protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --js_out=import_style=commonjs,binary:./lib --ts_out=./lib exchange.proto types.proto messages.proto messages-eos.proto",
"build:json": "pbjs --keep-case -t json ./types.proto ./messages.proto ./messages-eos.proto ./exchange.proto > ./lib/proto.json",
"build": "npm run build:js && npm run build:json",
"build:js": "protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --js_out=import_style=commonjs,binary:./lib --ts_out=./lib exchange.proto types.proto messages.proto messages-eos.proto messages-nano.proto",
"build:json": "pbjs --keep-case -t json ./types.proto ./messages.proto ./messages-eos.proto ./messages-nano.proto ./exchange.proto > ./lib/proto.json",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -26,4 +26,5 @@ },

"dependencies": {
"google-protobuf": "^3.7.0-rc.2"
"google-protobuf": "^3.7.0-rc.2",
"pbjs": "^0.0.5"
}
}

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