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

valorant-tools

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valorant-tools - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "valorant-tools",
"version": "1.1.0",
"version": "1.1.1",
"description": "Various valorant related tools for overwolf apps.",

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

@@ -63,4 +63,5 @@ const AGENTS = {

const getEveryAgent = (lang = 'en') => AGENTS.map((agent) => agent[lang]);
const getEveryAgent = (lang = 'en') =>
Object.keys(AGENTS).map((name) => AGENTS[name][lang]);
export { AGENTS, getAgentName, isAgentExist, getEveryAgent };

@@ -30,4 +30,5 @@ const MAPS = {

const getEveryMap = (lang = 'en') => MAPS.map((map) => map[lang]);
const getEveryMap = (lang = 'en') =>
Object.keys(MAPS).map((name) => MAPS[name][lang]);
export { MAPS, getMapName, isMapExist, getEveryMap };
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