
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.
@dotgov/core
Advanced tools
Library is under active development and may have breaking changes until stable 2.0.0 release or subsequent major versions after 2.0.0.
@dotgov/corenpm install --save @dotgov/core
import { DGSCoreModule, IDGSEnvironment } from '@dotgov/core';
const dgsEnvironment: IDGSEnvironment = {
debug: environment.debug,
apiUrl: environment.apiUrl,
defaultLanguage: {
Name: 'English',
Code: 'en',
Icon: 'fa fa-globe',
},
languages: [{
Name: 'English',
Code: 'en',
Icon: 'fa fa-globe',
}],
lowerCaseTranslates: true,
};
@NgModule({
declarations: [AppComponent],
imports: [DGSCoreModule.forRoot(dgsEnvironment)],
bootstrap: [AppComponent]
})
export class AppModule {}
| Contributor Name | Contributor Page |
|---|---|
| Grigore Meleca | grigoreme |
Open ng-package.json and setup dest to location where you want your build to go. (example: ../myProject/node_modules/@dotgov/core)
npm run build
For more information read docs/developer_guide.md
To release to npm just run npm run release, of course if you have permissions ;)
Thanks to ng-select for README inspiration.
FAQs
DGS core.
We found that @dotgov/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.

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.