| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 618b389 commit 7de4dfb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -166,9 +166,9 @@ only with care after auditing a module to ensure its behavior is valid. | |||
| 166 | 166 | ||
| 167 | 167 | #### Example: Patched Dependency | |
| 168 | 168 | ||
| 169 | - Since a dependency can be redirected, you can provide attenuated or modified | ||
| 170 | - forms of dependencies as fits your application. For example, you could log | ||
| 171 | - data about timing of function durations by wrapping the original: | ||
| 169 | + Redirected dependencies can provide attenuated or modified functionality as fits | ||
| 170 | + the application. For example, log data about timing of function durations by | ||
| 171 | + wrapping the original: | ||
| 172 | 172 | ||
| 173 | 173 | ```js | |
| 174 | 174 | const original = require('fn'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments