
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
Types for Kantai Collection (Phase 2) API
This library aims to help typescript developers for Kantai Colection (Kancolle) related projects. A good API typing unveils hidden pitfalls created by Mr. Tanaka / C2 Architecture, and also prevents typo bugs.
npm install --save-dev kcsapi
or
yarn add --dev kcsapi
// recommended
import { APIStart2GetDataResponse, APIMstMapinfo } from 'kcsapi/api_start2/getData/response'
// each API's top level interface could be imported in this way
import { APIStart2GetDataResponse } from 'kcsapi'
whole end point omitting kcsapi part will be splited by _ and /, and each part's first character will be upper cased.
Exception: api will always be API
Examples:
| Endpoint | Request | Response |
|---|---|---|
/kcsapi/api_req_member/get_incentive | APIReqMemberGetIncentiveRequest | APIReqMemberGetIncentiveResponse |
/kcsapi/api_start2/getData | APIStart2GetDataRequest | APIStart2GetDataResponse |
In case the API shape change, old sample files will be completely replaced by new ones (if possible).
A new sample file will be added, with detail description.
Samples will be anonymized to remove sensitive data with which the provider could be identified by game service or third party. All string values are replaced by Tanaka and numbers by 0. This way API data shape is preserved and player specific information is removed.
MIT
FAQs
Kantai Collection API TypeScript types
We found that kcsapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.