
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@fgv/ts-res-browser
Advanced tools
A visual tool for loading, browsing, and experimenting with ts-res resources. Built as a React web application for optimal performance and modern browser capabilities.
rush install
rushx build
rushx dev
The application will open in your browser at http://localhost:3000
.
ts-res-browser-cli browse --input ./resources --config extended-example
Launch directly with pre-configured settings:
# Launch with automatic development server
ts-res-browser-cli browse --input ./resources --dev
# Launch with ZIP creation but no browser opening
ts-res-browser-cli browse --input ./resources --no-open
The browser supports URL parameters for automated setup:
config=<name>
: Load predefined configurationcontextFilter=<filter>
: Apply context filteringloadZip=true
: Navigate directly to ZIP Loaderinteractive=true
: Launch in interactive modereduceQualifiers=true
: Enable qualifier reductionExample: http://localhost:3000?config=extended-example&loadZip=true
rushx dev
- Start development serverrushx build
- Build for productionrushx test
- Run testsrushx clean
- Clean build artifactssrc/
├── components/
│ ├── layout/ # Layout components (Header, Sidebar, etc.)
│ ├── tools/ # Tool-specific components
│ │ ├── ImportTool.tsx # File/directory import
│ │ ├── ZipLoader.tsx # ZIP archive loader
│ │ ├── SourceBrowser.tsx # Resource browsing
│ │ ├── CompiledBrowser.tsx # Tree view navigation
│ │ ├── FilterTool.tsx # Context filtering
│ │ ├── ResolutionViewer.tsx # Resolution testing
│ │ └── ConfigurationTool.tsx # Configuration management
│ └── common/ # Shared components
├── hooks/ # Custom React hooks
│ ├── useAppState.ts # Main application state
│ ├── useResourceManager.ts # Resource processing
│ ├── useFileImport.ts # File system operations
│ └── useUrlParams.ts # URL parameter parsing
├── utils/ # Utility functions
│ ├── zip/ # Browser-specific ZIP utilities
│ ├── fileImport.ts # File system integration
│ ├── fileTreeConverter.ts # FileTree integration
│ └── urlParams.ts # URL parameter utilities
├── types/ # TypeScript type definitions
├── App.tsx # Main application component
└── main.tsx # Application entry point
The application follows a component-based architecture with:
ts-res-browser
rushx test
MIT License - see LICENSE file for details
FAQs
Visual browser tool for ts-res resources
The npm package @fgv/ts-res-browser receives a total of 199 weekly downloads. As such, @fgv/ts-res-browser popularity was classified as not popular.
We found that @fgv/ts-res-browser 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.