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

@codewarriorr/hw-app-btcv

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codewarriorr/hw-app-btcv - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

coverage/clover.xml

4

lib-es/Btcv.js

@@ -14,4 +14,4 @@ import { signMessage } from "./signMessage";

* @example
* import Btc from "@ledgerhq/hw-app-btc";
* const btc = new Btc(transport)
* TODO: import Btcv from "@codewarriorr/hw-app-btcv";
* const btcv = new Btcv(transport)
*/

@@ -18,0 +18,0 @@ export default class Btcv {

@@ -34,4 +34,4 @@ "use strict";

* @example
* import Btc from "@ledgerhq/hw-app-btc";
* const btc = new Btc(transport)
* TODO: import Btcv from "@codewarriorr/hw-app-btcv";
* const btcv = new Btcv(transport)
*/

@@ -38,0 +38,0 @@ class Btcv {

{
"name": "@codewarriorr/hw-app-btcv",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ledger Hardware Wallet Bitcoin Vault Application API",

@@ -25,4 +25,19 @@ "keywords": [

},
"main": "lib/Btc.js",
"module": "lib-es/Btc.js",
"jest": {
"collectCoverage": true,
"testPathIgnorePatterns": [
"packages/.*/lib-es",
"packages/.*/lib",
"packages/.*/dist"
],
"coveragePathIgnorePatterns": [
"packages/create-dapp"
],
"collectCoverageFrom": [
"packages/**/src/*.js",
"packages/**/src/*.ts"
]
},
"main": "lib/Btcv.js",
"module": "lib-es/Btcv.js",
"license": "Apache-2.0",

@@ -39,3 +54,4 @@ "dependencies": {

"devDependencies": {
"flow-bin": "^0.140.0"
"flow-bin": "^0.140.0",
"flow-typed": "^3.2.1"
},

@@ -42,0 +58,0 @@ "scripts": {

@@ -22,4 +22,4 @@ //@flow

* @example
* import Btc from "@ledgerhq/hw-app-btc";
* const btc = new Btc(transport)
* TODO: import Btcv from "@codewarriorr/hw-app-btcv";
* const btcv = new Btcv(transport)
*/

@@ -225,4 +225,4 @@ export default class Btcv {

isSegwitSupported: ?boolean = false,
hasTimestamp?: boolean = false,
hasExtraData?: boolean = false,
hasTimestamp: boolean = false,
hasExtraData: boolean = false,
additionals: Array<string> = []

@@ -229,0 +229,0 @@ ): Transaction {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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