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

poi-plugin-akashic-records

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poi-plugin-akashic-records - npm Package Compare versions

Comparing version

to
4.1.0

views/error.js

21

akashic-records.js
// Generated by CoffeeScript 1.9.3
var Immutable, __, e, i18n, ipc, path, ref, ref1, remote, windowTitle;
var Immutable, __, e, i18n, ipc, path, ref, ref1, remote, requirePass, windowTitle;

@@ -62,3 +62,14 @@ require('coffee-react/register');

window.Immutable = Immutable = require('immutable');
try {
window.Immutable = Immutable = require('immutable');
require('iconv-lite');
require('jschardet');
require('react-redux');
require('redux');
require('reselect');
requirePass = true;
} catch (_error) {
e = _error;
requirePass = false;
}

@@ -81,4 +92,8 @@ switch (window.language) {

require('./views');
if (requirePass) {
require('./views');
} else {
require('./views/error');
}
require('./views/modal');

4

i18n/ja-JP.json

@@ -98,3 +98,5 @@ {

"Your POI is out of date! You may need to visit http://0u0.moe/poi to get POI's latest release.": "Your POI is out of date! You may need to visit http://0u0.moe/poi to get POI's latest release.",
"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it."
"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.",
"Please make sure you are using the lastest version of poi, and you did not interrupt the installation process of the plugin, so that it is correctly installed." : "poi は最新版であること、そしてプラグインを正しくインストールされていることを確認してください。",
"If errors still happen, please uninstall the plugin and try to install again.": "それでもエラーが出る場合、プラグインを削除して、再インストールしてください。"
}

@@ -98,3 +98,5 @@ {

"Your POI is out of date! You may need to visit http://0u0.moe/poi to get POI's latest release.": "当前 poi 版本过低,不支持查看战斗详情功能,请至 htp://0u0.moe/poi 下载最新版本。",
"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "欲查看战斗详情,请先下载并启用「战斗详情」插件。"
"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "欲查看战斗详情,请先下载并启用「战斗详情」插件。",
"Please make sure you are using the lastest version of poi, and you did not interrupt the installation process of the plugin, so that it is correctly installed." : "请确保使用的 POI 是最新版本,以及安装插件时未中断,插件已完整安装!",
"If errors still happen, please uninstall the plugin and try to install again.": "若仍然黑屏,请尝试卸载插件,重新安装。"
}

@@ -98,3 +98,5 @@ {

"Your POI is out of date! You may need to visit http://0u0.moe/poi to get POI's latest release.": "當前 poi 版本過低,不支持查看戰鬥詳情功能,請至 htp://0u0.moe/poi 下載最新版本。",
"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "欲查看戰鬥詳情,請先下載並啓用「戰鬥詳情」插件。"
"In order to find the detailed battle log, you need to download the latest battle-detail plugin and enable it.": "欲查看戰鬥詳情,請先下載並啓用「戰鬥詳情」插件。",
"Please make sure you are using the lastest version of poi, and you did not interrupt the installation process of the plugin, so that it is correctly installed." : "請確保使用的 POI 是最新版本,以及安裝插件時未中斷,插件已完整安裝!",
"If errors still happen, please uninstall the plugin and try to install again.": "若仍然黑屏,請嘗試卸載插件,重新安裝。"
}
{
"name": "poi-plugin-akashic-records",
"version": "4.0.0",
"version": "4.1.0",
"description": "logbook plugin for poi",

@@ -36,5 +36,2 @@ "main": "index.js",

"jschardet": "^1.3.0",
"redux": "^3.3.1",
"react-redux": "^4.4.0",
"immutable": "^3.7.6",
"reselect": "^2.1.0"

@@ -41,0 +38,0 @@ },

Sorry, the diff of this file is not supported yet