five-bells-shared
Advanced tools
Comparing version 24.0.0 to 25.0.0
{ | ||
"name": "five-bells-shared", | ||
"version": "24.0.0", | ||
"version": "25.0.0", | ||
"description": "Shared components for Five Bells projects.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -9,2 +9,6 @@ { | ||
"properties": { | ||
"id": { | ||
"description": "Resource identifier", | ||
"$ref": "Uuid.json" | ||
}, | ||
"ledger": { | ||
@@ -14,2 +18,33 @@ "description": "The ledger where the message is to be delivered", | ||
}, | ||
"from": { | ||
"description": "The message sender", | ||
"$ref": "Iri.json" | ||
}, | ||
"to": { | ||
"description": "The message recipient", | ||
"$ref": "Iri.json" | ||
}, | ||
"account": { | ||
"description": "(deprecated)", | ||
"$ref": "Iri.json" | ||
}, | ||
"ilp": { | ||
"description": "The message payload", | ||
"$ref": "Base64.json" | ||
}, | ||
"custom": { | ||
"description": "The message payload", | ||
"type": "object" | ||
} | ||
}, | ||
"required": ["id", "ledger", "from", "to"], | ||
"additionalProperties": false | ||
}, | ||
{ | ||
"description": "(deprecated; use from/to & ilp/custom)", | ||
"properties": { | ||
"ledger": { | ||
"description": "The ledger where the message is to be delivered", | ||
"$ref": "Iri.json" | ||
}, | ||
"data": { | ||
@@ -36,3 +71,3 @@ "description": "The message payload", | ||
{ | ||
"description": "(deprecated; use from/to)", | ||
"description": "(deprecated; use from/to & ilp/custom)", | ||
"properties": { | ||
@@ -39,0 +74,0 @@ "ledger": { |
@@ -25,3 +25,3 @@ { | ||
"points": { | ||
"$ref": "LiquidityCurve.json", | ||
"$ref": "Base64.json", | ||
"description": "a list of points describing the exchange rate curve" | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 19 instances in 1 package
0
86
2
2007827
160
5444