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

poi-plugin-quest-info-2

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poi-plugin-quest-info-2 - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

src/tags.tsx

6

i18n/en-US.json

@@ -14,3 +14,3 @@ {

"Others": "Others",
"New": "New",
"New": "New {{number}}",
"Daily": "Daily",

@@ -23,5 +23,5 @@ "Weekly": "Weekly",

"Locked": "Locked",
"In Progress": "In Progress",
"In Progress": "In Progress {{number}}",
"Completed": "Completed",
"TotalQuests": "Total {{count}} quests",
"TotalQuests": "Total {{number}} quests",
"Sync with game": "Sync with game (Show in-game quests only)",

@@ -28,0 +28,0 @@ "Version": "Version: {{version}}",

@@ -14,3 +14,3 @@ {

"Others": "その他",
"New": "最新任務",
"New": "最新任務 {{number}}",
"Daily": "デイリー",

@@ -23,5 +23,5 @@ "Weekly": "ウィークリー",

"Locked": "ロック中",
"In Progress": "進行中",
"In Progress": "進行中 {{number}}",
"Completed": "完了",
"TotalQuests": "全て {{count}} 個の任務",
"TotalQuests": "全て {{number}} 個の任務",
"Sync with game": "ゲームと連動(インゲームクエストのみ表示する)",

@@ -28,0 +28,0 @@ "Version": "バージョン: {{version}}",

@@ -7,3 +7,3 @@ {

"Locked": "잠김",
"In Progress": "진행 중",
"In Progress": "진행 중 {{number}}",
"Completed": "완료",

@@ -10,0 +10,0 @@ "Version": "버전: {{version}}",

@@ -14,3 +14,3 @@ {

"Others": "其他",
"New": "新任务",
"New": "新任务 {{number}}",
"Daily": "日常",

@@ -23,5 +23,5 @@ "Weekly": "周常",

"Locked": "未解锁",
"In Progress": "进行中",
"In Progress": "进行中 {{number}}",
"Completed": "已完成",
"TotalQuests": "一共 {{count}} 个任务",
"TotalQuests": "一共 {{number}} 个任务",
"Sync with game": "与游戏同步(仅展示游戏内任务)",

@@ -28,0 +28,0 @@ "Version": "版本: {{version}}",

@@ -14,3 +14,3 @@ {

"Others": "其他",
"New": "新任務",
"New": "新任務 {{number}}",
"Daily": "每日",

@@ -23,5 +23,5 @@ "Weekly": "每週",

"Locked": "未解鎖",
"In Progress": "進行中",
"In Progress": "進行中 {{number}}",
"Completed": "已完成",
"TotalQuests": "一共 {{count}} 個任務",
"TotalQuests": "一共 {{number}} 個任務",
"Sync with game": "與遊戲同步",

@@ -28,0 +28,0 @@ "Version": "版本: {{version}}",

{
"name": "poi-plugin-quest-info-2",
"version": "0.7.1",
"version": "0.7.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "show quest info",

@@ -12,2 +12,4 @@ # plugin-quest-2

Paste `poi-plugin-quest-info-2` in the plugins tab and click the install button.
![image](https://user-images.githubusercontent.com/18554747/161830757-0a4e500c-f246-4dbd-820d-0b9a9c5a34a4.png)

@@ -14,0 +16,0 @@

@@ -45,5 +45,5 @@ import questCategory from '../build/questCategory.json'

export const isInProgressQuest = (quest: UnionQuest) =>
quest.gameQuest?.api_state === QUEST_API_STATE.IN_PROGRESS ||
quest.gameQuest?.api_state === QUEST_API_STATE.COMPLETED
export const isInProgressQuest = (quest: GameQuest) =>
quest.api_state === QUEST_API_STATE.IN_PROGRESS ||
quest.api_state === QUEST_API_STATE.COMPLETED

@@ -50,0 +50,0 @@ export const isDailyQuest = (quest: UnionQuest) => dailyQuest.has(quest.gameId)

Sorry, the diff of this file is not supported yet

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