Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
:pray: This repository contains the blueprint of adonis application.
Adonis is a MVC framework for NodeJS built on solid foundations.
It is the first NodeJS framework with support for Dependency Injection and has a lean IoC Container to resolve and mock dependencies. It borrows the concept of Service Providers from the popular PHP framework Laravel to write scalable applications.
You can learn more about AdonisJS and all of its awesomeness on http://adonisjs.com :evergreen_tree:
AdonisJS is build on the top of ES2015, which makes the code more enjoyable and cleaner to read. It doesn't make use of any transpiler and depends upon Core V8 implemented features.
For these reasons, AdonisJS require you to use node >= 4.0
and npm >= 3.0
.
AdonisJS provide a CLI tool to scaffold and generate a project with all required dependencies.
$ npm install -g adonis-cli
$ adonis new awesome-project
$ cd awesome-project
$ npm run start
In favor of active development we accept contributions for everyone. You can contribute by submitting a bug, creating pull requests or even improving documentation.
You can find a complete guide to be followed strictly before submitting your pull requests in the Official Documentation.
FAQs
Adonisjs application template
The npm package adonis-app receives a total of 5 weekly downloads. As such, adonis-app popularity was classified as not popular.
We found that adonis-app 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.