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

poi-plugin-ship-info

Package Overview
Dependencies
Maintainers
5
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poi-plugin-ship-info - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

16

index.js

@@ -10,2 +10,12 @@ 'use strict';

var _url = require('url');
var _url2 = _interopRequireDefault(_url);
var _path = require('path');
var _path2 = _interopRequireDefault(_path);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const { workArea } = _electron.screen.getPrimaryDisplay();

@@ -41,3 +51,7 @@ let {

};
const windowURL = exports.windowURL = `file://${__dirname}/index.html`;
const windowURL = exports.windowURL = _url2.default.format({
protocol: 'file',
slashes: true,
pathname: _path2.default.resolve(__dirname, 'index.html')
});
const useEnv = exports.useEnv = true;

@@ -44,0 +58,0 @@ // export const realClose = true

2

package.json
{
"name": "poi-plugin-ship-info",
"version": "5.0.5",
"version": "5.0.6",
"description": "Show detailed information of all owned ship girls",

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

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