Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@akashic-extension/akashic-timeline
Advanced tools
akashic-timelineはakashic-engine向けのトゥイーンアニメーションライブラリです。
たとえばエンティティ e
を現在位置から座標(300, 400)へ2000ミリ秒かけて動かすアニメーションを次のように記述することができます。
timeline.create(e, {modified: e.modified, destroyed: e.destroyed })
.moveTo(300, 400, 2000);
位置だけでなく回転や透明度などもアニメーション可能で、またイージングを指定することもできます。
akashic-cliをインストールした後、
akashic install @akashic-extension/akashic-timeline
でインストールできます。コンテンツからは、
var timeline = require("@akashic-extension/akashic-timeline");
で利用してください。
使い方は akashic-timelineの利用方法 を参照してください。 詳細なリファレンスは APIリファレンスを参照してください。
sample/
ディレクトリに、akashic-timeline を用いるサンプルコンテンツがあります。
以下のコマンドにより akashic-sandbox
でサンプルコンテンツを実行することができます。
git clone git@github.com:akashic-games/akashic-timeline.git
cd akashic-timeline/sample
npm install
akashic-sandbox .
上記コマンドの実行には Git と akashic-sandbox
が必要です。
akashic-timelineはTypeScriptで書かれたライブラリであるため、ビルドにはnode.jsが必要です。
npm run build
によりgulpを使ってビルドできます。
npm install
npm run build
がそれぞれ実行されます。
npm run test
本リポジトリは MIT License の元で公開されています。 詳しくは LICENSE をご覧ください。
ただし、画像ファイルおよび音声ファイルは CC BY 2.1 JP の元で公開されています。
FAQs
timeline library for akashic
We found that @akashic-extension/akashic-timeline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.