New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hardbulls/wbsc-crawler

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hardbulls/wbsc-crawler - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

dist/Model/StandingType.d.ts

@@ -8,3 +8,3 @@ export declare enum StandingType {

PLAYOFF = "PLAYOFF",
FINALS = "FINALS",
FINAL_TOURNAMENT = "FINAL_TOURNAMENT",
UNKNOWN = "UNKNOWN",

@@ -11,0 +11,0 @@ WEST = "WEST",

@@ -12,3 +12,3 @@ "use strict";

StandingType["PLAYOFF"] = "PLAYOFF";
StandingType["FINALS"] = "FINALS";
StandingType["FINAL_TOURNAMENT"] = "FINAL_TOURNAMENT";
StandingType["UNKNOWN"] = "UNKNOWN";

@@ -15,0 +15,0 @@ StandingType["WEST"] = "WEST";

@@ -26,4 +26,4 @@ "use strict";

}
if (input.includes("final")) {
return StandingType_1.StandingType.FINALS;
if (input.includes("finalturnier")) {
return StandingType_1.StandingType.FINAL_TOURNAMENT;
}

@@ -30,0 +30,0 @@ if (input.includes("group a") || input.includes("gruppe a")) {

{
"name": "@hardbulls/wbsc-crawler",
"version": "0.3.1",
"version": "0.3.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Tool to crawl events, leagues and statistics from WBSC based websites.",

Sorry, the diff of this file is not supported yet

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