@lamassu/coins
Advanced tools
Comparing version 1.4.10 to 1.4.11
{ | ||
"name": "@lamassu/coins", | ||
"version": "v1.4.10", | ||
"version": "v1.4.11", | ||
"dependencies": { | ||
@@ -13,5 +13,5 @@ "@lamassu/bolt11": "1.5.1", | ||
"bs58check": "^2.0.2", | ||
"cashaddrjs": "~0.2.8", | ||
"cashaddrjs": "^0.4.4", | ||
"crypto-js": "^3.1.9-1", | ||
"ethereumjs-icap": "^0.3.1", | ||
"ethereumjs-icap": "^0.3.2", | ||
"keccak256": "^1.0.2", | ||
@@ -21,11 +21,23 @@ "lodash": "^4.17.10" | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "npx jest --silent" | ||
}, | ||
"description": "", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"author": "Lamassu Industries", | ||
"license": "./LICENSE", | ||
"devDependencies": { | ||
"jest": "^26.6.3" | ||
"@types/bitcoinjs-lib": "^4.0.1", | ||
"@types/bitcore-lib-cash": "^8.23.8", | ||
"@types/bn.js": "^5.1.2", | ||
"@types/bs58check": "^2.1.2", | ||
"@types/cashaddrjs": "^0.3.3", | ||
"@types/crypto-js": "^4.2.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/lodash": "^4.14.199", | ||
"@types/node": "^20.8.2", | ||
"typescript": "^5.2.2", | ||
"ts-jest": "^29.1.2", | ||
"jest": "^29.7.0" | ||
} | ||
} |
@@ -1,8 +0,8 @@ | ||
const BTC = require('../../plugins/btc') | ||
const LTC = require('../../plugins/ltc') | ||
const DASH = require('../../plugins/dash') | ||
const ZEC = require('../../plugins/zec') | ||
const ETH = require('../../plugins/eth') | ||
const BCH = require('../../plugins/bch') | ||
const TRX = require('../../plugins/trx') | ||
const { default: BTC } = require('../../built/plugins/btc') | ||
const { default: LTC } = require('../../built/plugins/ltc') | ||
const { default: DASH } = require('../../built/plugins/dash') | ||
const { default: ZEC } = require('../../built/plugins/zec') | ||
const { default: ETH } = require('../../built/plugins/eth') | ||
const { default: BCH } = require('../../built/plugins/bch') | ||
const { default: TRX } = require('../../built/plugins/trx') | ||
@@ -9,0 +9,0 @@ test('Should parse BTC address', () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
503518
32
12
6675
2
+ Addedbig-integer@1.6.36(transitive)
+ Addedcashaddrjs@0.4.4(transitive)
- Removedcashaddrjs@0.2.9(transitive)
Updatedcashaddrjs@^0.4.4
Updatedethereumjs-icap@^0.3.2