| [ Web Proxy ] |
| Viewing: https://github-redirect.dependabot.com/browserify/browserify/pull/1838 | [Back] [Original] |
|
Eh, I hoped this update could get in as a semver-minor version I will probably take a look if fixes could be backported to |
Do you have a specific case in mind, btw? That's not applicable to all the methods, as e.g. "
The three methods that didn't throw were: What do you think of converting the input to string on those and releasing that as |
|
The basename / extname / dirname methods didn't throw in 0.0.0: I think doing a path-browserify release with the fixes and new features but without the additional checks would be fine |
|
Hey folks just wanted to reach out and see if there's anything I can do to help here |
|
For posterity: my concerns above were adressed with a semver-patch version of |
There was a problem hiding this comment.
There was a problem hiding this comment.
| Web Proxy Viewer | New URL | Original Page |
This version updates to the Node v10.3.0 API. This change is breaking,
because path methods now throw errors when called with arguments that are not
strings.
path.parseandpath.format.path.posixas an alias topath.One for v17, maybe.
path.XYZ(undefined)throwing an error is definitely goingto break existing projects. I guess they could just stay on older browserify
versions tho.
Closes #1846