
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ng-github-button
Advanced tools
Unofficial GitHub buttons in Angular.
npm install ng-github-button --save
import GithubButtonModule。
import { GithubButtonModule } from 'ng-github-button';
@NgModule({
imports: [ BrowserModule, GithubButtonModule ],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule { }
<github-button type="stargazers" size="large" namespace="cipchk" repo="ng-github-button"></github-button>
| Name | Type | Default | Summary |
|---|---|---|---|
type | stargazers,subscribers,forks | - | - |
size | default,large | - | - |
namespace | string | - | Your GitHub id or organization name. |
repo | string | - | The name of your repository. |
showZero | boolean | false | Can be show zero value |
Please follow this guidelines when reporting bugs and feature requests:
Thanks for understanding!
The MIT License (see the LICENSE file for the full text)
FAQs
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.