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.1 to 7.0.2

lib/html2canvas.d.ts

11

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

@@ -17,5 +17,8 @@ "main": "index.es",

"author": {
"name": "Yunze",
"link": "https://github.com/myzwillmake"
"name": "かがみ",
"link": "https://github.com/KagamiChan"
},
"contributors": [
"Yunze (https://github.com/myzWILLmake)"
],
"license": "MIT",

@@ -71,3 +74,3 @@ "bugs": {

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

@@ -74,0 +77,0 @@ "stylelint": "^10.0.1",

# Plugin-Ship-Info
Show detailed information of all owned ship girls
Cuurent maintainer: かがみ
Created by [Yunze](https://github.com/myzwillmake)
[![npm package][npm-badge]][npm]

@@ -5,0 +9,0 @@

@@ -10,4 +10,2 @@ "use strict";

var _windowEnv = require("views/components/etc/window-env");
var _sidebar = require("./sidebar");

@@ -43,10 +41,6 @@

const reactClass = () => _react["default"].createElement(_windowEnv.WindowEnv.Consumer, null, ({
window
}) => _react["default"].createElement(_styledComponents.StyleSheetManager, {
target: window.document.head
}, _react["default"].createElement(ShipInfo, {
const reactClass = () => _react["default"].createElement(ShipInfo, {
id: "poi-plugin-ship-info"
}, _react["default"].createElement(GlobalStyle, null), _react["default"].createElement(_sidebar.Sidebar, null), _react["default"].createElement(_table.TableView, null))));
}, _react["default"].createElement(GlobalStyle, null), _react["default"].createElement(_sidebar.Sidebar, null), _react["default"].createElement(_table.TableView, null));
exports.reactClass = reactClass;

@@ -20,2 +20,4 @@ "use strict";

var _reduxObservers = require("redux-observers");
var _styledComponents = _interopRequireDefault(require("styled-components"));

@@ -25,2 +27,4 @@

var _createStore = require("views/create-store");
var _redux = require("../../redux");

@@ -166,2 +170,6 @@

const [activeTab, setActiveTab] = (0, _react.useState)('area');
(0, _react.useEffect)(() => {
const unsubscribe = (0, _reduxObservers.observe)(_createStore.store, [_redux.dataObserver]);
return () => unsubscribe();
}, []);
return _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement(_core.Button, {

@@ -168,0 +176,0 @@ minimal: 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