
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
goya-core を import して parse
関数を使用します。parse メソッドの戻り値から各種メソッドを呼べるようにしています。
分かち書きをするならwakachi
メソッドを使用します。
import core from "goya-core";
const lattice = core.parse("すもももももももものうち");
lattice.wakachi(); // => ["すもも", "も", "もも", "も", "もも", "の", "うち"]
形態素解析の結果を得るにはfind_best
メソッドを使用します。find_best は形態素の配列を返します。各形態素はこれらのフィールドを持っています。サイズ削減のためこのオブジェクトは品詞や読み仮名などの素性を持っていません。
lattice.find_best()[0].surface_form; // => "すもも"
lattice.find_best()[0].is_known; // => true
lattice.find_best()[0].wid; // => 次項で説明
FAQs
WebAssembly binding of Goya
The npm package goya-core receives a total of 0 weekly downloads. As such, goya-core popularity was classified as not popular.
We found that goya-core 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.