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
10
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 7.0.0 to 7.0.1

4

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

@@ -70,3 +70,3 @@ "main": "index.es",

"lint-staged": "^8.1.6",
"poi-util-transpile": "^10.3.0",
"poi-util-transpile": "^10.3.3",
"prettier": "^1.17.1",

@@ -73,0 +73,0 @@ "stylelint": "^10.0.1",

@@ -253,3 +253,3 @@ "use strict";

minLevel
}) => _fp["default"].flow(_fp["default"].filter(ship => handleTypeFilter(ship.typeId, shipTypes) && ship.lv >= minLevel && ship.lv <= maxLevel && handleLockedFilter(ship.locked, lockedRadio) && handleExpeditionFilter(ship.id, expeditionShips, expeditionRadio) && handleModernizationFilter(ship.isCompleted, modernizationRadio) && handleRemodelFilter(ship.after, remodelRadio) && handleSallyAreaFilter(ship.sallyArea, sallyAreaChecked) && handleInFleetFilter(ship.fleetId, inFleetRadio) && handleExSlotFilter(ship.exslot, exSlotRadio) && handleSparkleFilter(ship.cond, sparkleRadio) && handleDaihatsuFilter(ship.daihatsu, daihatsuRadio)), _fp["default"].sortBy(getSortFunction(sortName)), sortOrder ? ship => ship : _fp["default"].reverse, _fp["default"].map('id'))(ships));
}) => _fp["default"].flow(_fp["default"].filter(ship => handleTypeFilter(ship.typeId, shipTypes) && ship.lv >= Math.min(minLevel, maxLevel) && ship.lv <= Math.max(minLevel, maxLevel) && handleLockedFilter(ship.locked, lockedRadio) && handleExpeditionFilter(ship.id, expeditionShips, expeditionRadio) && handleModernizationFilter(ship.isCompleted, modernizationRadio) && handleRemodelFilter(ship.after, remodelRadio) && handleSallyAreaFilter(ship.sallyArea, sallyAreaChecked) && handleInFleetFilter(ship.fleetId, inFleetRadio) && handleExSlotFilter(ship.exslot, exSlotRadio) && handleSparkleFilter(ship.cond, sparkleRadio) && handleDaihatsuFilter(ship.daihatsu, daihatsuRadio)), _fp["default"].sortBy(getSortFunction(sortName)), sortOrder ? ship => ship : _fp["default"].reverse, _fp["default"].map('id'))(ships));
exports.filterShipIdsSelector = filterShipIdsSelector;

@@ -256,0 +256,0 @@ const sallyAreaSelectorFactory = (0, _lodash.memoize)(area => (0, _reselect.createSelector)([_selectors.fcdSelector], fcd => ({

@@ -50,3 +50,3 @@ "use strict";

min: 1,
max: 165,
max: 1000,
stepSize: 1,

@@ -61,3 +61,3 @@ clampValueOnBlur: true

min: 1,
max: 165,
max: 1000,
stepSize: 1,

@@ -64,0 +64,0 @@ clampValueOnBlur: true

Sorry, the diff of this file is not supported yet

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