
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.
granola-to-markdown
Advanced tools
A utility that exports Granola meeting notes and transcripts to Markdown files
This is a script that exports Granola meeting notes and transcripts to Markdown files.
# Run with default settings (all meetings, export to ~/meetings)
bun index.ts
# Show help with all available options
bun index.ts --help
# Export meetings from the last 7 days
bun index.ts --days 7
# Force overwrite of existing files
bun index.ts --force
# Specify output directory
bun index.ts --output /path/to/output
# Display detailed logs
bun index.ts --verbose
# Combine options
bun index.ts --days 14 --force --output ./my-meetings --verbose
~/meetings
directory--force
is specifiedYYYY-MM-DD-meeting-title.md
Each exported meeting file includes:
Once published to npm, you can run the tool without installation:
npx granola-to-markdown
npx granola-to-markdown --help
npx granola-to-markdown --days 7 --force
npx granola-to-markdown --output /path/to/output
npx granola-to-markdown --days 14 --force --verbose
The script:
~/Library/Application Support/Granola/cache-v3.json
FAQs
A utility that exports Granola meeting notes and transcripts to Markdown files
The npm package granola-to-markdown receives a total of 2 weekly downloads. As such, granola-to-markdown popularity was classified as not popular.
We found that granola-to-markdown 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.