Last 12 weeks · 17 commits
5 of 6 standards met
Describe the bug The require-like package is licensed under the MIT license; this is specified both in package.json and in the License file, and indeed that is recognized by npmjs.com. However, fails to recognize this. Reproduction Visit https://node-modules.dev/report/licenses#install=require-like and confirm that the package's license is listed as being in the category System Info Used Package Manager pnpm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Describe the bug When using with node-modules-inspector, batch requests fail due to URL encoding issues (?) with the separator, causing packages to not display in the UI. Steps to Reproduce 1. Go to https://node-modules.dev 2. Try to inspect package (tried this in clean MS Edge and Google Chrome) 3. Check browser network tab - request fails with 400 error Actual Request Request URL: https://npm.antfu.dev/tiny-glob@0.2.9+globalyzer@0.1.0+globrex@0.1.2?metadata=true Response (400 Bad Request): Note that the error response shows %20 (spaces) instead of + separators in the URL. Expected Working URL: https://npm.antfu.dev/tiny-glob@0.2.9%2Bglobalyzer@0.1.0%2Bglobrex@0.1.2?metadata=true Response: Reproduction ^ System Info Used Package Manager n/a Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Repository: antfu/node-modules-inspector. Description: Interactive UI for local node modules inspection Stars: 2804, Forks: 75. Primary language: Vue. Languages: Vue (53.3%), TypeScript (45.6%), JavaScript (0.6%), CSS (0.5%). License: MIT. Homepage: https://node-modules.dev Latest release: v1.4.0 (1d ago). Open PRs: 4, open issues: 22. Last activity: 1d ago. Community health: 85%. Top contributors: antfu, OrbisK, sxzz, ilyaliao, userquin, Joery-M, feidianbo, aojunhao123, noritaka1166, serkodev and others.
Describe the bug and are ESM-only packages Reproduction https://node-modules.dev/#install=@octokit/rest+@octokit/core System Info Used Package Manager pnpm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Describe the bug Just tried to run this first time using Windows + Powershell and got this error: Reproduction 1. Use Windows + Powershell 2. Run in any repository 3. Observe crash. System Info Used Package Manager pnpm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)