poi-plugin-akashic-records
Advanced tools
Comparing version
@@ -1,13 +0,11 @@ | ||
window.remote = require('electron').remote; | ||
const { remote } = require('electron') | ||
window.ROOT = remote.getGlobal('ROOT'); | ||
window.remote = remote | ||
window.ROOT = remote.getGlobal('ROOT') | ||
window.APPDATA_PATH = remote.getGlobal('APPDATA_PATH') | ||
window.POI_VERSION = remote.getGlobal('POI_VERSION') | ||
window.SERVER_HOSTNAME = remote.getGlobal('SERVER_HOSTNAME') | ||
window.MODULE_PATH = remote.getGlobal('MODULE_PATH') | ||
window.APPDATA_PATH = remote.getGlobal('APPDATA_PATH'); | ||
window.POI_VERSION = remote.getGlobal('POI_VERSION'); | ||
window.SERVER_HOSTNAME = remote.getGlobal('SERVER_HOSTNAME'); | ||
window.MODULE_PATH = remote.getGlobal('MODULE_PATH'); | ||
require('module').globalPaths.push(MODULE_PATH); | ||
require('module').globalPaths.push(window.MODULE_PATH) | ||
require('module').globalPaths.push(window.ROOT) |
{ | ||
} |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "poi-plugin-akashic-records", | ||
"version": "6.0.5", | ||
"version": "6.1.0", | ||
"description": "logbook plugin for poi", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"win-prerelease": "npm publish --tag beta", | ||
"win-build": "cjsx -cb . && del /s \"*.cjsx\"", | ||
"prepack": "poi-util-transpile --sm --replace", | ||
"postpublish": "npm run reset", | ||
"reset": "git checkout . && git clean -f", | ||
@@ -43,2 +44,3 @@ "compile": "cjsx -cb .", | ||
"eslint-plugin-react": "^6.2.0", | ||
"poi-util-transpile": "^7.6.1", | ||
"redux-devtools": "^3.1.1" | ||
@@ -53,5 +55,6 @@ }, | ||
"6.99.99": "5.0.1", | ||
"7.3.0": "5.0.6" | ||
"7.3.0": "5.0.6", | ||
"7.5.99": "6.0.5" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ [](https://nodei.co/npm/poi-plugin-akashic-records/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2732495
12.43%101
55.38%58604
7.85%6
20%13
1200%