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

poi-plugin-akashic-records

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
2.1.2

@@ -33,3 +33,3 @@ // Generated by CoffeeScript 1.9.3

});
window.akashicRecordsWindow.loadUrl("file://" + __dirname + "/index.html");
window.akashicRecordsWindow.loadURL("file://" + __dirname + "/index.html");
if (process.env.DEBUG != null) {

@@ -36,0 +36,0 @@ return window.akashicRecordsWindow.openDevTools({

{
"name": "poi-plugin-akashic-records",
"version": "2.1.2-beta.0",
"version": "2.1.2",
"description": "logbook plugin for poi",

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

@@ -743,3 +743,9 @@ // Generated by CoffeeScript 1.9.3

if (process.platform === 'win32') {
codeType = 'GB2312';
if (window.language === 'ja-JP') {
codeType = 'shiftjis';
} else if (window.language === 'zh-CN' || window.language === 'zh-TW') {
codeType = 'GB2312';
} else {
codeType = 'utf8';
}
} else {

@@ -746,0 +752,0 @@ codeType = 'utf8';