
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
fela-statistics
Advanced tools
Statistic generation tool for Fela. It collects several information and metrics to better analyze your application CSS.
Right now, it provides the following information:
yarn add fela-statistics
You may alternatively use npm i --save fela-statistics
.
Adding the statistics enhancer will add a new function to the renderer called getStatistics
.
You may call it at any given time, to get the current statistics object.
import { createRenderer } from 'fela'
import statistics from 'fela-statistics'
const renderer = createRenderer({
enhancers: [ statistics() ]
})
// rendering stuff
const stats = renderer.getStatistics()
console.log(stats)
Fela is licensed under the MIT License.
Documentation is licensed under Creative Commons License.
Created with ♥ by @robinweser and all the great contributors.
FAQs
Statistic generation tool for Fela
The npm package fela-statistics receives a total of 17 weekly downloads. As such, fela-statistics popularity was classified as not popular.
We found that fela-statistics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.