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

@ledhed2222/ripple-binary-codec

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledhed2222/ripple-binary-codec - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

63

dist/enums/definitions.json

@@ -1709,2 +1709,22 @@ {

[
"BuyOffer",
{
"nth": 28,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt8"
}
],
[
"SellOffer",
{
"nth": 29,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt8"
}
],
[
"TickSize",

@@ -1738,2 +1758,32 @@ {

}
],
[
"Cookie",
{
"nth": 10,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt64"
}
],
[
"ServerVersion",
{
"nth": 11,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt64"
}
],
[
"OfferNode",
{
"nth": 12,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt64"
}
]

@@ -1863,3 +1913,14 @@ ],

"tecHAS_OBLIGATIONS": 151,
"tecTOO_SOON": 152
"tecTOO_SOON": 152,
"tecMAX_SEQUENCE_REACHED": 154,
"tecNO_SUITABLE_PAGE": 155,
"tecBUY_SELL_MISMATCH": 156,
"tecOFFER_TYPE_MISMATCH": 157,
"tecCANT_ACCEPT_OWN_OFFER": 158,
"tecINSUFFICIENT_FUNDS": 159,
"tecOBJECT_NOT_FOUND": 160,
"tecINSUFFICIENT_PAYMENT": 161,
"tecINCORRECT_ASSET": 162,
"tecTOO_MANY": 163
},

@@ -1866,0 +1927,0 @@ "TRANSACTION_TYPES": {

2

package.json
{
"name": "@ledhed2222/ripple-binary-codec",
"version": "1.4.0",
"version": "1.5.0",
"description": "XRP Ledger binary codec",

@@ -5,0 +5,0 @@ "files": [

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