Socket
Socket
Sign inDemoInstall

steamapi

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steamapi - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json

@@ -6,3 +6,3 @@ {

"main": "index.js",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",

@@ -9,0 +9,0 @@ "eslintConfig": {

@@ -21,3 +21,3 @@ const PlayerAchievements = require('./structures/PlayerAchievements');

const reProfileURL = RegExp(String.raw`${reProfileBase}(?:profiles\/)?(\d{17})`, 'i');
const reProfileID = RegExp(String.raw`${reProfileBase}(?:id\/)?(\w{2,32})`, 'i');
const reProfileID = RegExp(String.raw`${reProfileBase}(?:id\/)?([a-z0-9_-]{2,32})`, 'i');

@@ -24,0 +24,0 @@ const STATUS_SUCCESS = 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