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

tiebreak

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiebreak - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

9

package.json
{
"name": "tiebreak",
"version": "0.3.0",
"version": "0.3.1",
"description": "Calculation of chess tournament tiebreaks compliant with FIDE regulations",

@@ -23,3 +23,8 @@ "keywords": [

"type": "module",
"exports": "./build/index.js",
"exports": {
".": {
"import": "./build/index.js",
"types": "./build/src/index.d.ts"
}
},
"types": "./build/src/index.d.ts",

@@ -26,0 +31,0 @@ "license": "MIT",

@@ -24,3 +24,3 @@ # Tiebreak: FIDE compliant tournament tiebreak calculation

Note: Only individual Swiss tournaments are currently supported. Team tournaments and round robin tournaments are not implemented correctly yet.
_Note: Only individual Swiss tournaments are currently supported. Team tournaments and round robin tournaments are not implemented correctly yet._

@@ -85,2 +85,6 @@ ## Installation

## Release Notes
See https://github.com/marceljuenemann/tiebreak/releases
## Development

@@ -98,5 +102,5 @@

- Increase version
- Update CHANGELOG (or create it)
- Push to main and ensure all workflows are passing
- `npm run build`
- `npm publish`
- Create release on GitHub with release notes
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