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

@burstjs/core

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burstjs/core - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

out/api/message/sendTextMessage.js

@@ -24,3 +24,3 @@ "use strict";

deadline: 1440,
feeNQT: util_1.convertNumberToString(fee),
feeNQT: util_1.convertNumberToNQTString(fee),
};

@@ -27,0 +27,0 @@ const { unsignedTransactionBytes: unsignedHexMessage } = yield service.send('sendMessage', parameters);

{
"name": "@burstjs/core",
"version": "0.0.13",
"version": "0.0.14",
"description": "Burst-related functions and models for building Burstcoin applications.",

@@ -44,5 +44,5 @@ "contributors": [

"dependencies": {
"@burstjs/crypto": "^0.0.13",
"@burstjs/http": "^0.0.13",
"@burstjs/util": "^0.0.13"
"@burstjs/crypto": "^0.0.14",
"@burstjs/http": "^0.0.14",
"@burstjs/util": "^0.0.14"
},

@@ -54,3 +54,3 @@ "husky": {

},
"gitHead": "d270043990cbfc28dd72c675499b4502eb7a1c40",
"gitHead": "52816c035b215eeff299acec2dc9877ec69622ae",
"publishConfig": {

@@ -57,0 +57,0 @@ "access": "public"

@@ -11,3 +11,3 @@ /**

import { generateSignedTransactionBytes } from '@burstjs/crypto';
import { convertNumberToString } from '@burstjs/util';
import { convertNumberToNQTString } from '@burstjs/util';

@@ -45,3 +45,3 @@ /**

deadline: 1440, // which deadline?
feeNQT: convertNumberToString(fee),
feeNQT: convertNumberToNQTString(fee),
};

@@ -53,3 +53,3 @@

throw new Error('The signed message could not be verified! Message not broadcasted!');
}
}

@@ -59,2 +59,1 @@ const signedMessage = generateSignedTransactionBytes(unsignedHexMessage, signature);

};

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