
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ngx-tethys
Advanced tools
Fast and reliable Tethys Design components for Angular by Worktile & PingCode FE Team.
Fast and reliable Tethys Design components for Angular by Worktile & PingCode FE Team.
English | 中文文档
Only for library contributors.
$ git clone git@github.com:atinc/ngx-tethys.git
$ cd ngx-tethys
$ npm install
$ npm run start
Run npm run release
to release new version, this command will does the following:
master
and identifies current version and latest tag.release-v1.0.0
You can run npm run release -- [patch|minor|major|2.0.0]
to skip the version selection prompt and increment the version by that keyword or specify version.
Submit pull request from release branch to master(don't merge it)
GitHub Actions will auto build and publish lib
Release the next version requires executing npm run release-next
Manually release version requires executing npm run release-manual
npm run release -- --dry-run
or npm run pub -- --dry-run
running with the flag --dry-run
allows you to see what commands would be run, without committing to git or updating files. (意思就是打印一下日志让你看看做了哪些步骤,但是并不会真的执行脚本,你可以放心的执行)
barrel index
(should directly import specify component in module, don't import index.ts
)public-api.ts
FAQs
Fast and reliable Tethys Design components for Angular by Worktile & PingCode FE Team.
We found that ngx-tethys demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.