We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cecf1c commit 1f1e8d8Copy full SHA for 1f1e8d8
doc/api/policy.md
@@ -146,6 +146,10 @@ the manifest and then immediately be used without searching.
146
Any specifier missing from the list of dependency will result in an error
147
according to the policy.
148
149
+This will not prevent access to APIs through other means such as direct access
150
+to `require.cache` and/or through `module.constructor`. Other means such as
151
+attenuating variables are necessary to lock down that path of loading modules.
152
+
153
#### Example: Patched Dependency
154
155
Since a dependency can be redirected, you can provide attenuated or modified
0 commit comments