Skip to content

Commit

Permalink
Update punycode
Browse files Browse the repository at this point in the history
  • Loading branch information
parshap committed May 18, 2017
1 parent f398cba commit 3a7f87d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ Some modules have mocks in the `mock` directory. These are replacements with min
| vm | --- | --- |
| zlib | [devongovett/browserify-zlib](https://github.com/devongovett/browserify-zlib) | --- |

## Outdated versions

### `punycode`

The current `punycode` implementation uses bestiejs/punycode.[email protected] because bestiejs/punycode.[email protected] requires modern JS engines that understand `const` and `let`.
It will be removed someday since it has already been [deprecated from the node API](https://nodejs.org/api/punycode.html).

## Other Modules

### `dgram`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"os-browserify": "^0.2.0",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"punycode": "^1.2.4",
"punycode": "^2.1.0",
"querystring-es3": "^0.2.0",
"react-native-crypto": "^2.0.1",
"react-native-randombytes": "^2.2.0",
Expand Down

0 comments on commit 3a7f87d

Please sign in to comment.