Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

m4a1.js

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

m4a1.js - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"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',

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