-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
monorepo-symlink-test #312
Comments
From what I see and understand they include the source code directly in the test folder and do not depend on NPM. The source code of the included library is here |
It seems this is just a confusion. The
I think the simplest solution is to simply remove the name of the test package. However a cleaner solution is not to ship the test folder with the NPM package. |
Duplicate of #303. Duplicate of #291. Duplicate of #288. Duplicate of #304. Duplicate of #305. Duplicate of #306. Duplicate of #309. Duplicate of #310. Duplicate of #311. Tests must be shipped with packages so that |
@ljharb I don't understand why this is required for a package. Can you please explain a bit more? |
@cichelero so that i can debug an installed package by running its tests, whether i have internet or not, and even if the github repo has been deleted (for example, substack deleted his github recently and a thousand repos vanished). |
This replaces the dependency on resolve-from with node's native `require.resolve` method. If this and gulpjs/rechoir#47 are merged, a false positive related to [resolve's `monorepo-symlink-test`](browserify/resolve#312) file will be resolved.
Hi,
It seems that resolve has a dependancy on monorepo-symlink-test. I see it in node_modules/resolve/test/resolver/multirepo/package.json.
The monorepo-symlink-test module has been identified as having a critical security risk:
https://security.snyk.io/vuln/SNYK-JS-MONOREPOSYMLINKTEST-5865510
Are there plans to remove this dependancy, or swap it out with something else?
The text was updated successfully, but these errors were encountered: