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

flosight-api

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flosight-api - npm Package Compare versions

Comparing version 5.0.0-beta.75 to 5.1.1-beta.1

.circleci/config.yml

4

lib/transactions.js

@@ -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

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