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

csstats-reader

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

csstats-reader - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "csstats-reader",
"displayName": "csstats-reader",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node.js package for parse AMX Mod X Stats File.",

@@ -6,0 +6,0 @@ "author": "Giovani de Oliveira <giovanioliveira@outlook.com.br>",

@@ -33,3 +33,3 @@ const fs = require('fs');

async top(parameter = 'kills') {
const stats = await this.parse();
const stats = await this.players();

@@ -36,0 +36,0 @@ const players = stats.sort((a, b) => ((a[parameter] < b[parameter]) ? 1 : -1));

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