
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@dotgov/z_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.
The npm package @dotgov/z_core receives a total of 2 weekly downloads. As such, @dotgov/z_core popularity was classified as not popular.
We found that @dotgov/z_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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.