
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
[](https://badge.fury.io/js/mileum) [](https://travis-ci.org/CodeMileu/mileum)
Mileum is an Angular 2(v4.3.0) framework intended for rapid application development. It's still in BETA phase but is published on npm repository and can be installed and used. Documentation is being updated as new features are being released.
First add the package to your package.json or install it with the following command from terminal:
npm install --save mileum
Then simply import the module into your project and add it to your AppModule's imports with forRoot().
import { MileumModule } from 'mileum/module';
@NgModule({
...
imports: [
MileumModule.forRoot()
]
...
})
You can now use all the features by simply importing them into desired part of your application, check usage for more info on specific features.
Currently suppored services:
Currently supported components:
Tests are not supported yet.
Full list of dependencies:
FAQs
[](https://badge.fury.io/js/mileum) [](https://travis-ci.org/CodeMileu/mileum)
The npm package mileum receives a total of 2 weekly downloads. As such, mileum popularity was classified as not popular.
We found that mileum demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.