Socket
Socket
Sign inDemoInstall

ripple-binary-codec

Package Overview
Dependencies
46
Maintainers
11
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.1 to 1.8.0

1

dist/enums/definitions.json

@@ -2341,2 +2341,3 @@ {

"NFTokenAcceptOffer": 29,
"Clawback": 30,
"EnableAmendment": 100,

@@ -2343,0 +2344,0 @@ "SetFee": 101,

@@ -2346,2 +2346,3 @@ {

"NFTokenAcceptOffer": 29,
"Clawback": 30,
"EnableAmendment": 100,

@@ -2348,0 +2349,0 @@ "SetFee": 101,

4

package.json
{
"name": "ripple-binary-codec",
"version": "1.7.1",
"version": "1.8.0",
"description": "XRP Ledger binary codec",

@@ -43,3 +43,3 @@ "files": [

},
"gitHead": "5ec6729c614f6f25328f939c9a039a9fdfb6e9b1"
"gitHead": "002ec77218440b49eaea13e407aaca450ac29f2e"
}

@@ -24,3 +24,3 @@ const { encode, decode, XrplDefinitions } = require('../src')

const definitions = JSON.parse(JSON.stringify(normalDefinitionsJson))
definitions.TRANSACTION_TYPES['NewTestTransaction'] = 30
definitions.TRANSACTION_TYPES['NewTestTransaction'] = 75

@@ -27,0 +27,0 @@ const newDefs = new XrplDefinitions(definitions)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc