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

bip174

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip174 - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0-rc.0

src/cjs/lib/combiner/index.d.ts

36

package.json
{
"name": "bip174",
"version": "2.1.1",
"version": "3.0.0-rc.0",
"description": "",
"main": "src/lib/psbt.js",
"types": "src/lib/psbt.d.ts",
"main": "src/cjs/lib/psbt.js",
"module": "src/esm/lib/psbt.js",
"types": "src/cjs/lib/psbt.d.ts",
"exports": {
".": {
"types": "./src/cjs/lib/psbt.d.ts",
"import": "./src/esm/lib/psbt.js",
"require": "./src/cjs/lib/psbt.js"
}
},
"type": "module",
"files": [
"src/lib"
"src/cjs/lib",
"src/esm/lib"
],
"engines": {
"node": ">=8.0.0"
"node": ">=18.0.0"
},
"scripts": {
"build": "npm run clean && tsc -p ./tsconfig.json && rimraf 'src/tests/**/*.d.ts' && npm run formatjs",
"build": "npm run clean && tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json && npm run formatjs",
"clean": "rimraf src types",
"coverage": "nyc --check-coverage --exclude='src/tests/**/*.js' --reporter=lcov --reporter=text --branches 90 --functions 90 --lines 90 npm run unit",
"coverage": "c8 --check-coverage --include='src/esm/lib/**/*.js' --reporter=lcov --reporter=text --branches 90 --functions 90 --lines 90 npm run unit",
"flb": "npm run format && npm run lint && npm run build",

@@ -26,3 +36,3 @@ "format": "npm run prettier -- --write",

"test": "npm run format:ci && npm run lint && npm run build && npm run coverage",
"unit": "tape src/tests/*.js src/tests/fromBIP/*.js"
"unit": "tape src/esm/tests/*.js src/esm/tests/fromBIP/*.js"
},

@@ -33,10 +43,14 @@ "repository": {

},
"dependencies": {
"uint8array-tools": "^0.0.9",
"varuint-bitcoin": "^2.0.0"
},
"devDependencies": {
"@types/node": "12.0.8",
"@types/tape": "4.2.33",
"bitcoinjs-lib": "^5.0.5",
"nyc": "^14.1.1",
"bitcoinjs-lib": "^6.1.6",
"c8": "^10.1.2",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"tape": "^4.10.2",
"tape": "^5.3.0",
"tslint": "5.17.0",

@@ -43,0 +57,0 @@ "typescript": "3.5.2"

# bip174
[![Build Status](https://travis-ci.org/bitcoinjs/bip174.png?branch=master)](https://travis-ci.org/bitcoinjs/bip174)
[![Build Status](https://github.com/bitcoinjs/bip174/actions/workflows/main_ci.yml/badge.svg)](https://github.com/bitcoinjs/bip174/actions/workflows/main_ci.yml)
[![NPM](https://img.shields.io/npm/v/bip174.svg)](https://www.npmjs.org/package/bip174)

@@ -4,0 +4,0 @@

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