
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.
@lumel/ap-viz-cli
Advanced tools
🚀 Official CLI tool for creating and building custom visualizations for Analytics Plus. Generate professional templates with AP SDK integration.
Official CLI tool for creating and building custom visualizations for Analytics Plus. Generate professional templates with AP SDK integration, modern styling, and development tools.
npm install -g @lumel/ap-viz-cli
Create a new visualization project:
# Create a React TypeScript project
apviz create my-dashboard --template react-ts
# Create a vanilla JavaScript project
apviz create my-chart --template vanilla
# Create in current directory
apviz create . --template react
Build your project for production:
apviz build
Template | Description | Best For |
---|---|---|
vanilla | Pure JavaScript with AP SDK | Simple visualizations, learning |
vanilla-ts | TypeScript with type safety | Type-safe JavaScript development |
react | React with modern hooks | Interactive components |
react-ts | React + TypeScript | Enterprise-grade applications |
apviz create [folder] [options]
Create a new AP visualization project with professional templates.
Arguments:
folder
- Target folder name (use "." for current directory)Options:
-t, --template <template>
- Choose project template (default: vanilla)Examples:
apviz create my-dashboard --template react-ts
apviz create chart-widget -t vanilla
apviz create . --template react
apviz build
Build and package your visualization project for production.
Features:
Every template includes:
my-visualization/
├── src/
│ ├── main.tsx # AP SDK integration
│ ├── App.tsx # Main component
│ └── index.css # Styling
├── public/
│ └── index.html # HTML template
├── package.json # Dependencies
├── vite.config.ts # Build configuration
└── apviz.json # AP visualization metadata
Create Project
apviz create my-chart --template react-ts
cd my-chart
Install Dependencies
npm install
Start Development
npm run dev
Build for Production
apviz build
All templates include pre-configured:
For questions, issues, or feature requests, contact Lumel Technologies.
ISC License - Copyright (c) Lumel Technologies
Developed by Lumel Technologies
FAQs
🚀 Official CLI tool for creating and building custom visualizations for Analytics Plus. Generate professional templates with AP SDK integration.
We found that @lumel/ap-viz-cli 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.