Skip to content

Commit d2d30de

Browse files
committed
v1.22.12
- [Fix] `defaultPaths`: handle null homedir gracefully - [Fix] `homedir`: fix operator precedence bug with HOMEDRIVE/HOMEPATH concatenation - [Fix] `loadpkg`: add missing `return` after error callback to prevent double-callback - [Performance] avoid an unnecessary slice - [Robustness] use `es-errors` - [Refactor] use non-hoisted declarations instead of expressions - [readme] replace runkit CI badge with shields.io check-runs badge - [readme] add CII Best Practices badge - [meta] update security policy to use GitHub PVR instead of Tidelift - [meta] add CONTRIBUTING.md - [Test] add test from v2 branch - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `mkdirp` - [Dev Deps] update `@ljharb/eslint-config`, `eslint`, `npmignore` - [actions] fix workflow permissions
1 parent 655c3db commit d2d30de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "resolve",
33
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4-
"version": "1.22.11",
4+
"version": "1.22.12",
55
"repository": {
66
"type": "git",
77
"url": "ssh://github.com/browserify/resolve.git"

0 commit comments

Comments
 (0)