
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
akashi-dakoku
Advanced tools
AKASHI 打刻ライブラリ
yarn add akashi-dakoku
const dakoku = require('akashi-dakoku');
const params = {
username: USERNAME,
password: PASSWORD,
company: COMPANY_ID,
puppeteerOptions: PUPPETEER_OPTIONS,
};
// 出勤打刻
await dakoku.startWork(params);
// 出勤打刻・テレワーク開始
await dakoku.startTelework(params);
// 退勤打刻
await dakoku.finishWork(params);
// 直行打刻
await dakoku.startWorkDirectly(params);
// 直帰打刻
await dakoku.finishWorkDirectly(params);
// 休憩開始
await dakoku.pauseWork(params);
// 休憩終了
await dakoku.restartWork(params);
// 例
// { status: '出勤', note: '', time: '2021-04-09T01:45:51+09:00', telework: 'テレワークに設定しました' }
// { status: '休憩入り', note: '打刻忘れ/休日出勤', time: '2021-04-09T01:45:51+09:00' }
FAQs
AKASHI 打刻
The npm package akashi-dakoku receives a total of 0 weekly downloads. As such, akashi-dakoku popularity was classified as not popular.
We found that akashi-dakoku 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.