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

poi-plugin-quest-info-2

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poi-plugin-quest-info-2 - npm Package Compare versions

Comparing version 0.10.8 to 0.11.0

2

build/kcanotifyGamedata/index.ts

@@ -15,2 +15,2 @@ import zh_CN from './quests-scn.json'

export const version = '2023120401'
export const version = '2023121002'

@@ -7,2 +7,2 @@ import zh_CN from './quests-scn.json'

export const version = '8c121c6cabda822fa8996c2d9cdd679270bf144a'
export const version = 'ff326d93a76cbfef36a1f3c9b4a8e3be4ac50583'
# poi-plugin-quest-info-2
## 0.11.0
### Minor Changes
- ce38a9c: New jump search feature
### Patch Changes
- af55338: Update quest data
## 0.10.8

@@ -4,0 +14,0 @@

@@ -40,3 +40,7 @@ {

"Failed to export quest data! Please sync quest data first": "Failed to export quest data! Please sync quest data first",
"Search in wikiwiki": "Search in 艦これ 攻略 Wiki",
"Search in Kcwiki": "Search in Kcwiki",
"Search in KanColle Wiki": "Search in KanColle Wiki",
"Star project, support the author": "Star project, support the author",
"": ""
}

@@ -35,3 +35,7 @@ {

"Unlocks": "ロック解除",
"Search in wikiwiki": "艦これ 攻略 Wikiでこのタスクを検索",
"Search in Kcwiki": "艦娘百科でこのタスクを検索",
"Search in KanColle Wiki": "KanColle Wikiでこのタスクを検索",
"Star project, support the author": "Starプロジェクト、著者をサポート",
"": ""
}

@@ -19,3 +19,7 @@ {

"Unlocks": "잠금 해제",
"Search in wikiwiki": "艦これ 攻略 Wiki에서 이 작업 검색",
"Search in Kcwiki": "艦娘百科에서 이 작업 검색",
"Search in KanColle Wiki": "KanColle Wiki에서 이 작업 검색",
"Star project, support the author": "스타 프로젝트, 작가 지원",
"": ""
}

@@ -35,3 +35,7 @@ {

"Unlocks": "后置",
"Search in wikiwiki": "在 艦これ攻略Wiki 搜索该任务",
"Search in Kcwiki": "在 舰娘百科 搜索该任务",
"Search in KanColle Wiki": "在 英wiki 搜索该任务",
"Star project, support the author": "Star 项目,支持作者",
"": ""
}

@@ -35,3 +35,7 @@ {

"Unlocks": "解鎖",
"Search in wikiwiki": "在 艦これ 攻略 Wiki 搜索該任務",
"Search in Kcwiki": "在 艦娘百科 搜索該任務",
"Search in KanColle Wiki": "在 KanColle Wiki 搜索該任務",
"Star project, support the author": "Star項目,支持作者",
"": ""
}
{
"name": "poi-plugin-quest-info-2",
"version": "0.10.8",
"version": "0.11.0",
"private": false,

@@ -51,3 +51,3 @@ "description": "show quest info",

"@babel/preset-typescript": "^7.23.2",
"@blueprintjs/core": "^3.52.0",
"@blueprintjs/core": "^4.19.5",
"@changesets/cli": "^2.26.2",

@@ -79,3 +79,3 @@ "@storybook/addon-actions": "^7.5.2",

"pangu": "^4.0.7",
"poi-asset-themes": "^4.2.0",
"poi-asset-themes": "^4.5.0",
"prettier": "^3.0.3",

@@ -82,0 +82,0 @@ "react": "^18.2.0",

import { version, QuestData } from '../../build/kcanotifyGamedata'
test('should Kcanotify Game data version correct', () => {
expect(version).toMatchInlineSnapshot(`"2023120401"`)
expect(version).toMatchInlineSnapshot(`"2023121002"`)
})

@@ -6,0 +6,0 @@

@@ -7,3 +7,3 @@ import { KcwikiQuestData, version } from '../../build/kcQuestsData'

expect(version).toMatchInlineSnapshot(
`"8c121c6cabda822fa8996c2d9cdd679270bf144a"`,
`"ff326d93a76cbfef36a1f3c9b4a8e3be4ac50583"`,
)

@@ -10,0 +10,0 @@ })

@@ -1,2 +0,2 @@

import { Card } from '@blueprintjs/core'
import { Button, Card } from '@blueprintjs/core'
import styled from 'styled-components'

@@ -35,4 +35,5 @@

export const CardTail = styled.div`
align-self: stretch;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;

@@ -45,2 +46,17 @@

export const MoreButton = styled(Button)`
opacity: 0;
${FlexCard}:hover & {
opacity: 1;
}
`
export const TailIconWrapper = styled.div`
flex: 1;
display: flex;
justify-content: center;
align-items: center;
`
export const CardActionWrapper = styled.div`

@@ -47,0 +63,0 @@ display: flex;

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 too big to display

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