New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

btcrelay-watchtower

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btcrelay-watchtower - npm Package Compare versions

Comparing version 3.0.9 to 4.0.0

0

dist/index.d.ts
export * from "./watchtower/Watchtower";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class Lockable {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "btcrelay-watchtower",
"version": "3.0.9",
"version": "4.0.0",
"description": "Watchtower chain agnostic implementation",

@@ -25,7 +25,9 @@ "main": "./dist/index.js",

"dependencies": {
"@types/node": "^18.15.11",
"bn.js": "^5.2.1",
"crosslightning-base": "^4.0.8",
"crosslightning-base": "^4.1.0"
},
"devDependencies": {
"@types/node": "^18.18.3",
"typescript": "^4.9.5"
}
}
export * from "./watchtower/Watchtower";

@@ -0,0 +0,0 @@ import {createHash} from "crypto";

@@ -0,0 +0,0 @@ import {Lockable} from "./Lockable";

@@ -0,0 +0,0 @@ import {PrunedTxoMap} from "./PrunedTxoMap";

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