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

@sahirb/basketball-reference

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sahirb/basketball-reference - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "@sahirb/basketball-reference",
"version": "1.0.6",
"version": "1.0.7",
"description": "Javscript helpers to parse the basketball-reference.com box scores page",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -88,7 +88,7 @@ # basketball-reference 🏀 🧬

num_additional_days: number
num_additional_days: number // additional days going back from last_game_date
file_path?: string
file_path?: string // (optional) local file to save result to
box_score_transformation?: (BoxScore) => void
box_score_transformation?: (BoxScore) => void // (optional) callback applied to each BoxScore in the response (and in the local file if file_path specified)
```

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