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

@ledgerhq/hw-app-ada

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-app-ada - npm Package Compare versions

Comparing version 4.19.1 to 4.21.0-beta.12bfb9a2

12

package.json
{
"name": "@ledgerhq/hw-app-ada",
"version": "4.19.1",
"version": "4.21.0-beta.12bfb9a2",
"description": "Ledger Hardware Wallet Cardano ADA API",

@@ -20,7 +20,7 @@ "main": "lib/Ada.js",

"dependencies": {
"@ledgerhq/hw-transport": "^4.19.0",
"@ledgerhq/hw-transport": "^4.21.0-beta.12bfb9a2",
"node-int64": "^0.4.0"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.19.1",
"@ledgerhq/hw-transport-node-hid": "^4.21.0-beta.12bfb9a2",
"chai": "^4.1.2",

@@ -39,5 +39,5 @@ "chalk": "^2.3.1",

"flow": "flow",
"clean": "rm -rf lib/ flow-typed/",
"build": "cd ../.. && export PATH=$(yarn bin):$PATH && cd - && babel --source-maps -d lib src && flow-copy-source -v src lib",
"watch": "cd ../.. && export PATH=$(yarn bin):$PATH && cd - && babel --watch --source-maps -d lib src & flow-copy-source -w -v src lib",
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh",
"clean-test": "rm -rf test/lib",

@@ -44,0 +44,0 @@ "build-test": "yarn run clean-test && cd ../.. && export PATH=$(yarn bin):$PATH && cd - && babel --source-maps -d test/lib test/src && flow-copy-source -v test/src test/lib",

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