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 3.0.0 to 3.0.1

2

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

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

@@ -70,4 +70,4 @@ ## Various valorant related tools for overwolf apps.

```js
import { getAgentDetailByEnglishName } from 'valorant-tools';
console.log(getAgentDetailByEnglishName());
import { getAgentDetailsByEnglishName } from 'valorant-tools';
console.log(getAgentDetailsByEnglishName());
/*

@@ -74,0 +74,0 @@ {

@@ -1062,3 +1062,3 @@ import AGENT_Rift_PC_C from './Agents/Rift_PC_C/agent.png';

const getAgentDetailByEnglishName = (name) => {
const getAgentDetailsByEnglishName = (name) => {
const agent = Object.keys(AGENTS).find((key) => AGENTS[key].en === name);

@@ -1073,5 +1073,7 @@ if (agent != null) {

getAgentName,
getAgentImage,
isAgentExist,
getEveryAgent,
getEveryAgentWithDetails,
getAgentDetailsByEnglishName,
};

@@ -1,2 +0,10 @@

import { AGENTS, getAgentName, isAgentExist, getEveryAgent } from './agent.js';
import {
AGENTS,
getAgentName,
getAgentImage,
isAgentExist,
getEveryAgent,
getEveryAgentWithDetails,
getAgentDetailsByEnglishName,
} from './agent.js';
import { MAPS, getMapName, isMapExist, getEveryMap } from './map.js';

@@ -7,4 +15,7 @@

getAgentName,
getAgentImage,
isAgentExist,
getEveryAgent,
getEveryAgentWithDetails,
getAgentDetailsByEnglishName,
MAPS,

@@ -11,0 +22,0 @@ getMapName,

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