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

kimono-worldcup-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kimono-worldcup-api-wrapper - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

lib/kimono-worldcup-api-wrapper.js

@@ -58,3 +58,3 @@ /*

this.get.player_season_stats = function(id, filters) {
this.get.playerSeasonStat = function(id, filters) {
return apiRequest(host + 'player_season_stats' + ((id) ? '/' + id : '') + apiKey + ((filters) ? '&' + qs.stringify(filters) : ''));

@@ -61,0 +61,0 @@ };

{
"name": "kimono-worldcup-api-wrapper",
"description": "World Cup API Wrapper",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/alexdibattista/kimono-worldcup-api",

@@ -6,0 +6,0 @@ "main": "lib/kimono-worldcup-api",

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