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.3 to 5.0.4

2

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

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

@@ -39,3 +39,3 @@ 'use strict';

const getValueByLevel = (min, max, lv) => Math.floor((max - min) * (lv / 99)) + min;
const getValueByLevel = (min, max, lv) => Math.floor((max - min) * lv / 99) + min;

@@ -302,3 +302,3 @@ const getShipInfoData = exports.getShipInfoData = (ship, $ship, equips, $shipTypes, fleetIdMap, rawValue = false, repairs = [], db) => {

const reverseSuperTypeMap = exports.reverseSuperTypeMap = (0, _lodash2.default)(shipSuperTypeMap).flatMap(({ id }, index) => (0, _lodash2.default)(id).map(type => [type, index].values())).fromPairs().value();
const reverseSuperTypeMap = exports.reverseSuperTypeMap = (0, _lodash2.default)(shipSuperTypeMap).flatMap(({ id }, index) => (0, _lodash2.default)(id).map(type => [type, index]).value()).fromPairs().value();

@@ -305,0 +305,0 @@ const shipTypes = exports.shipTypes = {

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