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

maplestory-openapi

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maplestory-openapi - npm Package Compare versions

Comparing version 2.7.2 to 2.7.3

2

package.json
{
"name": "maplestory-openapi",
"version": "2.7.2",
"version": "2.7.3",
"description": "This JavaScript library enables the use of the MapleStory OpenAPI of Nexon.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -20,2 +20,6 @@ import { CharacterCashItemEquipmentPresetDto } from './characterCashItemEquipmentPresetDto';

/**
* 캐릭터 외형 모드(0:일반 모드, 1:제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드)
*/
characterLookMode: string | null;
/**
* 적용 중인 캐시 장비 프리셋 번호

@@ -22,0 +26,0 @@ */

@@ -47,2 +47,14 @@ import { CharacterSymbolEquipmentInfoDtoBody } from '../../response/character/characterSymbolEquipmentDtoBody';

/**
* 심볼로 증가한 아이템 드롭률
*/
symbolDropRate: string;
/**
* 심볼로 증가한 메소 획득량
*/
symbolMesoRate: string;
/**
* 심볼로 증가한 경험치 획득량
*/
symbolExpRate: string;
/**
* 현재 보유 성장치

@@ -49,0 +61,0 @@ */

@@ -5,2 +5,3 @@ type CharacterCashItemEquipmentDtoBody = {

character_class: string;
character_look_mode: string | null;
preset_no: number;

@@ -7,0 +8,0 @@ cash_item_equipment_base: CharacterCashItemEquipmentPresetDtoBody[];

@@ -17,2 +17,5 @@ type CharacterSymbolEquipmentDtoBody = {

symbol_hp: string;
symbol_drop_rate: string | null;
symbol_meso_rate: string | null;
symbol_exp_rate: string | null;
symbol_growth_count: number;

@@ -19,0 +22,0 @@ symbol_require_growth_count: number;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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