Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "m4a1.js", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Wrapper for CSGO stats.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,12 +35,12 @@ <div align="center"> | ||
/* Maps */ | ||
MAPS['de_cbble'] // Cobblestone | ||
MAPS['de_train'] // Train | ||
MAPS['de_cbble'] // Cobblestone | ||
MAPS['de_train'] // Train | ||
MAPS['de_shorttrain'] // Train (wingman) | ||
/* Weapons */ | ||
WEAPONS['ak47'] // AK-47 | ||
WEAPONS['deagle'] // Desert Eagle | ||
WEAPONS['hkp2000'] // P2000 | ||
WEAPONS['ak47'] // AK-47 | ||
WEAPONS['deagle'] // Desert Eagle | ||
WEAPONS['hkp2000'] // P2000 | ||
``` | ||
This supports either | ||
This module supports either | ||
* SteamID | ||
@@ -47,0 +47,0 @@ * Vanity URL |
@@ -56,3 +56,2 @@ const TRHeader = { | ||
if (e?.errors[0].message.includes('NotFound')) throw new Error('User not found.'); | ||
console.log(e) | ||
} | ||
@@ -169,3 +168,3 @@ return API; | ||
'ak47': 'AK-47', | ||
'm4a1': 'M4A4/M4A1-S', | ||
'm4a1': 'M4A4 / M4A1-S', | ||
'aug': 'AUG', | ||
@@ -181,3 +180,3 @@ 'awp': 'AWP', | ||
'glock': 'Glock', | ||
'hkp2000': 'P2000', | ||
'hkp2000': 'USP-S / P2000', | ||
'm249': 'M249', | ||
@@ -184,0 +183,0 @@ 'mac10': 'MAC-10', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46320
188