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

@azuro-org/dictionaries

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azuro-org/dictionaries - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

dist/test-out/gamePeriods.d.ts

4

dist/index.es.js

@@ -51,4 +51,4 @@ var MARKET_IDS___DONT_GROUP_MARKETS_BY_TEAM_PLAYER_ID = [3];

var selection = selections[selectionId];
var teamPlayer = teamPlayers[teamPlayerId];
var point = points[pointsId];
var teamPlayer = teamPlayerId ? teamPlayers[teamPlayerId] : null;
var point = pointsId ? points[pointsId] : null;
var selectionName = selection;

@@ -55,0 +55,0 @@ if (teamPlayer

@@ -51,4 +51,4 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var MARKET_IDS___DONT_GROUP_MARKETS_BY_TEAM_PLAYER_ID = [3];

var selection = selections[selectionId];
var teamPlayer = teamPlayers[teamPlayerId];
var point = points[pointsId];
var teamPlayer = teamPlayerId ? teamPlayers[teamPlayerId] : null;
var point = pointsId ? points[pointsId] : null;
var selectionName = selection;

@@ -55,0 +55,0 @@ if (teamPlayer

{
"name": "@azuro-org/dictionaries",
"version": "2.0.2",
"version": "2.0.3",
"description": "CLI and set of helpers to work with Azuro protocol dictionaries",

@@ -32,3 +32,3 @@ "homepage": "https://github.com/Azuro-protocol/dictionaries/blob/main/packages/dictionaries",

"prepublishOnly": "npm run build",
"test-get-dictionaries": "rimraf ./test-out && node ./bin/get-dictionaries.js -v latest -o ./test-out -t arrays",
"test-get-dictionaries": "rimraf ./test-out && node ./bin/get-dictionaries.js -v latest -o ./test-out -t ts",
"test-get-outcomes": "node ./bin/get-outcomes.js --market 'Full Time Result'"

@@ -35,0 +35,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