flosight-api
Advanced tools
Comparing version 5.0.0-beta.75 to 5.1.1-beta.1
@@ -80,3 +80,3 @@ 'use strict'; | ||
locktime: transaction.locktime, | ||
floData: transaction.floData.toString() | ||
floData: transaction?.floData?.toString() || "" | ||
}; | ||
@@ -215,3 +215,3 @@ | ||
isRBF: isRBF, | ||
floData: transaction.floData.toString() | ||
floData: transaction?.floData?.toString() || "" | ||
}; | ||
@@ -218,0 +218,0 @@ |
{ | ||
"name": "flosight-api", | ||
"description": "A Florincoin blockchain REST and web socket API service for Flocore Node.", | ||
"version": "5.0.0-beta.75", | ||
"repository": "git://github.com/bitpay/flosight-api.git", | ||
"version": "5.1.1-beta.1", | ||
"repository": "git://github.com/oipwg/flosight-api.git", | ||
"bugs": { | ||
"url": "https://github.com/bitpay/flosight-api/issues" | ||
"url": "https://github.com/oipwg/flosight-api/issues" | ||
}, | ||
"homepage": "https://github.com/bitpay/flosight-api", | ||
"homepage": "https://github.com/oipwg/flosight-api", | ||
"license": "MIT", | ||
@@ -52,4 +52,6 @@ "keywords": [ | ||
"should": "^8.3.1", | ||
"sinon": "^1.10.3" | ||
"sinon": "^1.10.3", | ||
"@angular/cli": "^1.7.3", | ||
"npm-run-all": "^4.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2739448
215
26295
1
1
11
1
9
20