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

@dashevo/dashcore-lib

Package Overview
Dependencies
Maintainers
12
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dashevo/dashcore-lib - npm Package Compare versions

Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.14

lib/transaction/payload/proregtxpayload.js

1

lib/transaction/payload/index.js
var Payload = require('./payload');
Payload.ProRegTxPayload = require('./proregtxpayload')
Payload.SubTxRegisterPayload = require('./subtxregisterpayload');

@@ -4,0 +5,0 @@ Payload.SubTxTransitionPayload = require('./subtxtransitionpayload');

@@ -6,2 +6,3 @@ var RegisteredPayloadTypes = require('./constants').registeredTransactionTypes;

var CoinbasePayload = require('./coinbasepayload');
var ProRegTxPayload = require('./proregtxpayload');
var ProTxUpServPayload = require('./proupservtxpayload');

@@ -13,2 +14,3 @@

PayloadClasses[RegisteredPayloadTypes.TRANSACTION_COINBASE] = CoinbasePayload;
PayloadClasses[RegisteredPayloadTypes.TRANSACTION_PROVIDER_REGISTER] = ProRegTxPayload;
PayloadClasses[RegisteredPayloadTypes.TRANSACTION_PROVIDER_UPDATE_SERVICE] = ProTxUpServPayload;

@@ -15,0 +17,0 @@

2

package.json
{
"name": "@dashevo/dashcore-lib",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.14",
"description": "A pure and powerful JavaScript Dash library.",

@@ -5,0 +5,0 @@ "author": "BitPay <dev@bitpay.com>",

@@ -25,3 +25,2 @@ var expect = require('chai').expect;

var validProTxUpServPayload = ProTxUpServPayload.fromBuffer(validProTxUpServPayloadBuffer);
var validProUpServTxHash = 'a64e3e06c71873aff149c446d76618efad9a5908007886f6024e9fddb3e6aa13';

@@ -28,0 +27,0 @@ describe('ProTxUpServPayload', function () {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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