Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 589cef5

Browse files
committed
Add note on outdated versions in README
1 parent bb4f6c4 commit 589cef5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,19 @@ Some modules have mocks in the `mock` directory. These are replacements with min
4343
| util | [defunctzombie/node-util](https://github.com/defunctzombie/node-util) | --- |
4444
| vm | [substack/vm-browserify](https://github.com/substack/vm-browserify) | --- |
4545
| zlib | [devongovett/browserify-zlib](https://github.com/devongovett/browserify-zlib) | --- |
46+
47+
## Outdated versions
48+
49+
### `buffer`
50+
51+
The current `buffer` implementation uses feross/[email protected] because feross/[email protected] relies on [typed arrays](https://github.com/feross/buffer/commit/5daca86b7cd5d2b8ccb167534d47421029f639e9#commitcomment-19698936).
52+
This will be dropped as soon as IE9 is not a typical browser target anymore.
53+
54+
### `punycode`
55+
56+
The current `punycode` implementation uses bestiejs/punycode.[email protected] because bestiejs/punycode.[email protected] requires modern JS engines that understand `const` and `let`.
57+
It will be removed someday since it has already been [deprecated from the node API](https://nodejs.org/api/punycode.html).
58+
59+
## License
60+
61+
MIT

0 commit comments

Comments
 (0)