Releases: pillarjs/resolve-path
Releases · pillarjs/resolve-path
1.4.0
- Fix resolving paths with certain special characters
- deps: http-errors@~1.6.2
- Make
messageproperty enumerable forHttpErrors - deps: [email protected]
- deps: [email protected]
- Make
1.3.3
- deps: [email protected]
1.3.2
- deps: http-errors@~1.5.0
- Use
setprototypeofmodule to replace__proto__setting - deps: [email protected]
- deps: statuses@'>= 1.3.0 < 2'
- perf: enable strict mode
- Use
1.3.1
- deps: http-errors@~1.4.0
1.3.0
- Use
path-is-absoluteto better detect absolute paths - perf: enable strict mode
- perf: skip a variable reassignment
1.2.2
- deps: http-errors@~1.3.1
- Construct errors using defined constructors from
createError - Fix error names that are not identifiers
- Set a meaningful
nameproperty on constructed errors
- Construct errors using defined constructors from
1.2.1
- Fix root path disclosure
1.2.0
- Change error to 403 Forbidden when outside root
- Fix argument type errors to be consistent
- Fix path traversal vulnerability
- Use
http-errorsmodule directly
1.1.0
- Resolve the root path argument
- Use
http-assertmodule
1.0.0
- Initial release