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

@azuro-org/toolkit

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azuro-org/toolkit - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "@azuro-org/toolkit",
"version": "0.1.6",
"version": "0.1.7",
"description": "Set of helpers to work with Azuro protocol",

@@ -5,0 +5,0 @@ "module": "dist/index.es.js",

@@ -52,3 +52,3 @@ # Toolkit Package

conditions: game.conditions,
dictionaries, // ** check the note below
dictionaries, // **
})

@@ -70,3 +70,3 @@ ```

marketName: string
outcomes: Outcome[][]
outcomes: Outcome[][] // *
}[]

@@ -82,2 +82,4 @@ ```

---
You can pass additional data in outcomes if required, the helper will add it to outcomes in the result:

@@ -88,10 +90,7 @@

game(id: $id) {
liquidityPool {
address
}
...
conditions {
conditionId
coreAddress
...
outcomes {
outcomeId
...
odds

@@ -98,0 +97,0 @@ }

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