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

node-dota-api

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dota-api - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

7

dotaPlayerApi.js
/**
* node-dota-api
* A node-based API to get Dota stats for players, heroes, matches, and more!
* @version 0.2.3
* @version 0.2.4
* @author Alex Muench

@@ -75,2 +75,7 @@ */

//Finds Player Image
$('.img-thumbnail').filter(function() {
playerInfoJson.profileImage = $(this).attr('src');
});
//Finds Estimated MMR

@@ -77,0 +82,0 @@ $('#estimate').filter(function() {

2

package.json
{
"name": "node-dota-api",
"version": "0.2.3",
"version": "0.2.4",
"description": "A node-based API to get Dota stats for players, heroes, matches, and more!",

@@ -5,0 +5,0 @@ "main": "./dotaPlayerApi.js",

@@ -5,2 +5,5 @@ # node-dota-api

## What's New? ##
v0.2.4
-Added 'profileImage' to playerStats object
v0.2.3

@@ -71,3 +74,4 @@ -Quick hotfix for a 0.2.2 issue

],
profileURL: ""
profileURL: "",
profileImage: ""
};

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