
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@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 85 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.