Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@hatchly/adonis-icons
Advanced tools
Adonis integration for Hatchly to obtain icons from Nuxt instance
$ yarn add @hatchly/adonis-icons
Once the module is installed it will register and boot a route, complete with controller, to allow a Hatchly instance to get the keys for all icons used within the project.
This works in tandem with the Hatchly IconAttribute package found here - @todo
Add the module to your applications service providers in start/app.js
:
const providers = [
// Other providers
'@hatchly/adonis-icons/adonis/providers/IconProvider',
];
Add an icons.js
to your config directory to set the svg sprite path.
const path = require('path');
module.exports = {
path: path.resolve(__dirname, '../resources/assets/icons/sprite-file-name.svg');
};
FAQs
Official Adonis integration for Hatchly Icons Attribute
We found that @hatchly/adonis-icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.