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

crosslightning-sdk-base

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-sdk-base - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

dist/btc/MempoolBitcoinBlock.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
import { BtcBlock } from "crosslightning-base";

@@ -40,2 +41,3 @@ export type MempoolBitcoinBlockType = {

getVersion(): number;
getChainWork(): Buffer;
}

@@ -41,2 +41,5 @@ export class MempoolBitcoinBlock {

}
getChainWork() {
throw new Error("Unsupported");
}
}

4

package.json
{
"name": "crosslightning-sdk-base",
"version": "3.1.0",
"version": "3.1.1",
"description": "CrossLightning SDK chain-agnostic base",

@@ -29,3 +29,3 @@ "main": "./dist/index.js",

"cross-fetch": "^3.1.5",
"crosslightning-base": "^3.0.6",
"crosslightning-base": "^3.0.8",
"crypto-browserify": "^3.12.0",

@@ -32,0 +32,0 @@ "tweetnacl": "^1.0.3",

@@ -83,2 +83,6 @@ import {BtcBlock} from "crosslightning-base";

getChainWork(): Buffer {
throw new Error("Unsupported");
}
}
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