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

coinprops

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinprops - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

12

index.js

@@ -77,2 +77,11 @@ var DEFAULT_PRECISION = 8;

},
ZEC: {
name: 'zcash',
algorithm: 'equihash',
hashtype: 'sol',
link: {
tx: 'https://explorer.zcha.in/transactions/{hash}',
hash: 'https://explorer.zcha.in/blocks/{hash}',
}
},
};

@@ -93,2 +102,5 @@

'qubit': {},
'equihash': {
multiplier: Math.pow(2, 19),
},
'scrypt': {

@@ -95,0 +107,0 @@ multiplier: Math.pow(2, 16),

2

package.json
{
"name": "coinprops",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,3 +12,3 @@ # Coinprops

- BCH
- TLT
- ZEC

@@ -15,0 +15,0 @@ ### algorithms

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