
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.
figma-library-analytics
Advanced tools
For the enterprise plan only :/
npm i figma-library-analytics
Create a .env
FIGMA_ACCESS_TOKEN=your_figma_access_token
FILE_KEY=your_figma_file_key
START_DATE=YYYY-MM-DD
END_DATE=YYYY-MM-DD
As a module
import { libraryAnalytics } from 'figma-library-analytics';
async function runAnalytics() {
try {
await libraryAnalytics();
console.log('Reports generated successfully!');
} catch (error) {
console.error('Error generating reports:', error);
}
}
runAnalytics();
As a CLI tool
figma-library-analytics
Generated in the output
directory
actions_by_component.csv
— Actions (detachments and insertions) grouped by component.actions_by_team.csv
— Actions grouped by team.usages_by_component.csv
— Component usage statistics.usages_by_file.csv
— Component usage grouped by file.FAQs
Figma library analytics.
We found that figma-library-analytics demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.