Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
ackee-frontend-toolkit
Advanced tools
Set of tools, libraries and all stuff useful for frontend development in Ackee having DRY in mind
Set of tools, libraries and all stuff useful for frontend development in Ackee having DRY in mind.
There is live showroom (Storybook) for some components/tools.
yarn add ackee-frontend-toolkit
or
npm install ackee-frontend-toolkit
.ackee-frontend-toolkit/lib
(CommonJS) or ackee-frontend-toolkit/es
(ES2015) to import things you need.You can choose one of three ways for importing:
// 1. Import partially
import loadable from 'ackee-frontend-toolkit/HOC/loadable';
loadable(...)
// 2. Import from namespace
import * HOC from 'ackee-frontend-toolkit/HOC';
HOC.loadable(...)
// 3. Import from full package
import * ackee from 'ackee-frontend-toolkit';
ackee.loadable(...)
yarn build
or npm run build
make sources prepared to use.
We don't want to invent a wheel every day so we are trying to use as much vendor components, utilities and helpers as possible. We remarked the approved ones to don't let us forget them :)
FAQs
Set of tools, libraries and all stuff useful for frontend development in Ackee having DRY in mind
The npm package ackee-frontend-toolkit receives a total of 10 weekly downloads. As such, ackee-frontend-toolkit popularity was classified as not popular.
We found that ackee-frontend-toolkit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.