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

@sahirb/nba-stats

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sahirb/nba-stats - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

data/box_scores/2006_2007.txt

90

example.js

@@ -23,10 +23,10 @@ const bref = require('@sahirb/nba-stats')

start: {
year: 2017,
year: 2009,
month: 10,
day: 17
day: 27
},
end: {
year: 2018,
year: 2010,
month: 4,
day: 11
day: 14
}

@@ -36,12 +36,36 @@ },

start: {
year: 2016,
year: 2008,
month: 10,
day: 25
day: 28
},
end: {
year: 2017,
year: 2009,
month: 4,
day: 12
day: 16
}
},
{
start: {
year: 2007,
month: 10,
day: 30
},
end: {
year: 2008,
month: 4,
day: 16
}
},
{
start: {
year: 2006,
month: 10,
day: 31
},
end: {
year: 2007,
month: 4,
day: 18
}
},
// {

@@ -82,50 +106,2 @@ // start: {

// }
// },
// {
// start: {
// year: 2018,
// month: 10,
// day: 16
// },
// end: {
// year: 2019,
// month: 4,
// day: 10
// }
// },
// {
// start: {
// year: 2018,
// month: 10,
// day: 16
// },
// end: {
// year: 2019,
// month: 4,
// day: 10
// }
// },
// {
// start: {
// year: 2018,
// month: 10,
// day: 16
// },
// end: {
// year: 2019,
// month: 4,
// day: 10
// }
// },
// {
// start: {
// year: 2018,
// month: 10,
// day: 16
// },
// end: {
// year: 2019,
// month: 4,
// day: 10
// }
// }

@@ -152,3 +128,3 @@ ]

const local_file_path_tempalte = "/Users/boghani/basketball-reference-js-box-score/data/box_scores/";
const local_file_path_tempalte = "/Users/boghani/ns2/data/box_scores/";
const local_file_path = "/Users/boghani/basketball-reference-js-box-score/data/box_scores/2019_2020.txt";

@@ -155,0 +131,0 @@

@@ -12,4 +12,4 @@ // made by sahir (iKnow im also shocked)

const first_season = {
startYear: 2018,
endYear: 2019
startYear: 2006,
endYear: 2007
};

@@ -16,0 +16,0 @@

{
"name": "@sahirb/nba-stats",
"version": "1.0.1",
"version": "1.0.2",
"description": "NBA data and Javascript APIs to access stats. Also the util APIs that were used to build the stats files.",

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

@@ -8,9 +8,9 @@ Hoping to make NBA data more accessible for other fanatics! 🤗

Current Data:
- Box Scores
- 2019-2023 (5 seasons)
- Box Scores (points per quarter)
- 2006-2023 (17 seasons)
Possible Future Data:
- More seasons
- Advanced team/game stats (possessions, fouls, fg attempts, etc.)
- Player Stats
- Team/Game Stats

@@ -17,0 +17,0 @@ If you have a request, check the previous README version for instructions on how to reach out 😆

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