Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
gensen
は日本の源泉徴収税計算用のライブラリです。
国税庁の資料を元にした実装になっています。
<script src='https://cdnjs.cloudflare.com/ajax/libs/bignumber.js/4.1.0/bignumber.js'></script>
<script src='dist/gensen.js'></script>
<script>
alert(gensen.houshu(100000).zei);
</script>
npm install --save gensen
import gensen from "gensen";
const gensenTyoshu = gensen.houshu(100000).zei;
import gensen from "gensen";
// 報酬に対する源泉徴収の計算を行います
gensen.houshu(100000);
// => { zei: 10210, zeikomi: 100000,zeinuki: 89790 }
// 外交員、集金人、電力量計の検針人の業務に関する報酬・料金についての源泉徴収の計算を行いたい場合
gensen.houshu.gaikouin(200000);
// => { zei: 8168, zeikomi: 200000, zeinuki: 191832 }
gensen.houshu.banushi
gensen.houshu.gaikouin
gensen.houshu.hostess
gensen.houshu.koukokuShoukin
gensen.houshu.proBoxer
gensen.houshu.shihoushoshi
gensen.houshu.shinryou
gensen.houshu.tedori
FAQs
We found that gensen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.