chess-web-api icon indicating copy to clipboard operation
chess-web-api copied to clipboard

Chess.com public data API wrapper with "isChanged" and priority queue functionality.

Results 14 chess-web-api issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

## Summary Chess.com announced an API break last June (see Issue https://github.com/andyruwruw/chess-web-api/issues/35). This PR proposes to solve it by setting the `User-Agent` in the `base-request`: ``` if (this.headers === undefined)...

Chess.com announced an API break. How do I set my user-agent? https://www.chess.com/news/view/breaking-change-user-agent-contact-info-required #### chess-web-api version: latest ## Steps to reproduce ``` const api = new ChessWebAPI(); console.log(api.getPlayer('toadofsky')); ``` ## Expected...

I saw That this is how you get the games of a round from a tournament- https://api.chess.com/pub/tournament/early-titled-tuesday-blitz-july-11-2023-4158385/11/1When I checked it on a couple of titled tuesdays games It founds just...

#### chess-web-api version: ^1.1.2 ## Steps to reproduce This package must be used with `require` instead of `import` ## Expected behavior I'd like to be able to use this with...

## Summary Create type definitions for typescript.

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies