pnpm 10.33.2 → 10.33.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist/node_modules/.modules.yaml +66 -66
  2. package/dist/node_modules/.pnpm/lock.yaml +8 -8
  3. package/dist/node_modules/.pnpm-workspace-state-v1.json +1 -1
  4. package/dist/node_modules/ip-address/dist/address-error.js.map +1 -1
  5. package/dist/node_modules/ip-address/dist/common.js +21 -0
  6. package/dist/node_modules/ip-address/dist/common.js.map +1 -1
  7. package/dist/node_modules/ip-address/dist/ip-address.js.map +1 -1
  8. package/dist/node_modules/ip-address/dist/ipv4.js +193 -68
  9. package/dist/node_modules/ip-address/dist/ipv4.js.map +1 -1
  10. package/dist/node_modules/ip-address/dist/ipv6.js +345 -131
  11. package/dist/node_modules/ip-address/dist/ipv6.js.map +1 -1
  12. package/dist/node_modules/ip-address/dist/v4/constants.js.map +1 -1
  13. package/dist/node_modules/ip-address/dist/v6/constants.js +5 -0
  14. package/dist/node_modules/ip-address/dist/v6/constants.js.map +1 -1
  15. package/dist/node_modules/ip-address/dist/v6/helpers.js +12 -3
  16. package/dist/node_modules/ip-address/dist/v6/helpers.js.map +1 -1
  17. package/dist/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -1
  18. package/dist/node_modules/ip-address/package.json +45 -35
  19. package/dist/node_modules/isexe/LICENSE +1 -1
  20. package/dist/node_modules/isexe/package.json +14 -79
  21. package/dist/node_modules/{cross-spawn/node_modules/which → node-gyp/node_modules/isexe}/LICENSE +1 -1
  22. package/dist/node_modules/node-gyp/node_modules/isexe/package.json +96 -0
  23. package/dist/node_modules/node-gyp/node_modules/which/package.json +52 -0
  24. package/dist/node_modules/socks/.claude/settings.local.json +26 -0
  25. package/dist/node_modules/socks/package.json +2 -2
  26. package/dist/node_modules/which/package.json +20 -29
  27. package/dist/pnpm.cjs +1156 -729
  28. package/dist/worker.js +11 -8
  29. package/package.json +1 -1
  30. package/dist/node_modules/cross-spawn/node_modules/isexe/package.json +0 -31
  31. package/dist/node_modules/cross-spawn/node_modules/which/package.json +0 -43
  32. package/dist/node_modules/ip-address/dist/address-error.d.ts.map +0 -1
  33. package/dist/node_modules/ip-address/dist/common.d.ts.map +0 -1
  34. package/dist/node_modules/ip-address/dist/ip-address.d.ts.map +0 -1
  35. package/dist/node_modules/ip-address/dist/ipv4.d.ts.map +0 -1
  36. package/dist/node_modules/ip-address/dist/ipv6.d.ts.map +0 -1
  37. package/dist/node_modules/ip-address/dist/v4/constants.d.ts.map +0 -1
  38. package/dist/node_modules/ip-address/dist/v6/constants.d.ts.map +0 -1
  39. package/dist/node_modules/ip-address/dist/v6/helpers.d.ts.map +0 -1
  40. package/dist/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +0 -1
  41. /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/index.js +0 -0
  42. /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/mode.js +0 -0
  43. /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/windows.js +0 -0
  44. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.d.ts.map +0 -0
  45. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.js +0 -0
  46. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.js.map +0 -0
  47. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.d.ts.map +0 -0
  48. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.js +0 -0
  49. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.js.map +0 -0
  50. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/package.json +0 -0
  51. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.d.ts.map +0 -0
  52. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.js +0 -0
  53. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.js.map +0 -0
  54. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.d.ts.map +0 -0
  55. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.js +0 -0
  56. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.js.map +0 -0
  57. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.d.ts.map +0 -0
  58. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.js +0 -0
  59. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.js.map +0 -0
  60. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.d.ts.map +0 -0
  61. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.js +0 -0
  62. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.js.map +0 -0
  63. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/package.json +0 -0
  64. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.d.ts.map +0 -0
  65. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.js +0 -0
  66. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.js.map +0 -0
  67. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.d.ts.map +0 -0
  68. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.js +0 -0
  69. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.js.map +0 -0
  70. /package/dist/node_modules/{cross-spawn/node_modules/isexe → node-gyp/node_modules/which}/LICENSE +0 -0
  71. /package/dist/node_modules/{which → node-gyp/node_modules/which}/bin/which.js +0 -0
  72. /package/dist/node_modules/{which → node-gyp/node_modules/which}/lib/index.js +0 -0
  73. /package/dist/node_modules/{cross-spawn/node_modules/which → which}/bin/node-which +0 -0
  74. /package/dist/node_modules/{cross-spawn/node_modules/which → which}/which.js +0 -0
@@ -0,0 +1,96 @@
1
+ {
2
+ "name": "isexe",
3
+ "version": "3.1.1",
4
+ "description": "Minimal module to check if a file is executable.",
5
+ "main": "./dist/cjs/index.js",
6
+ "module": "./dist/mjs/index.js",
7
+ "types": "./dist/cjs/index.js",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "exports": {
12
+ ".": {
13
+ "import": {
14
+ "types": "./dist/mjs/index.d.ts",
15
+ "default": "./dist/mjs/index.js"
16
+ },
17
+ "require": {
18
+ "types": "./dist/cjs/index.d.ts",
19
+ "default": "./dist/cjs/index.js"
20
+ }
21
+ },
22
+ "./posix": {
23
+ "import": {
24
+ "types": "./dist/mjs/posix.d.ts",
25
+ "default": "./dist/mjs/posix.js"
26
+ },
27
+ "require": {
28
+ "types": "./dist/cjs/posix.d.ts",
29
+ "default": "./dist/cjs/posix.js"
30
+ }
31
+ },
32
+ "./win32": {
33
+ "import": {
34
+ "types": "./dist/mjs/win32.d.ts",
35
+ "default": "./dist/mjs/win32.js"
36
+ },
37
+ "require": {
38
+ "types": "./dist/cjs/win32.d.ts",
39
+ "default": "./dist/cjs/win32.js"
40
+ }
41
+ },
42
+ "./package.json": "./package.json"
43
+ },
44
+ "devDependencies": {
45
+ "@types/node": "^20.4.5",
46
+ "@types/tap": "^15.0.8",
47
+ "c8": "^8.0.1",
48
+ "mkdirp": "^0.5.1",
49
+ "prettier": "^2.8.8",
50
+ "rimraf": "^2.5.0",
51
+ "sync-content": "^1.0.2",
52
+ "tap": "^16.3.8",
53
+ "ts-node": "^10.9.1",
54
+ "typedoc": "^0.24.8",
55
+ "typescript": "^5.1.6"
56
+ },
57
+ "scripts": {
58
+ "preversion": "npm test",
59
+ "postversion": "npm publish",
60
+ "prepublishOnly": "git push origin --follow-tags",
61
+ "prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh",
62
+ "pretest": "npm run prepare",
63
+ "presnap": "npm run prepare",
64
+ "test": "c8 tap",
65
+ "snap": "c8 tap",
66
+ "format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
67
+ "typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
68
+ },
69
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
70
+ "license": "ISC",
71
+ "tap": {
72
+ "coverage": false,
73
+ "node-arg": [
74
+ "--enable-source-maps",
75
+ "--no-warnings",
76
+ "--loader",
77
+ "ts-node/esm"
78
+ ],
79
+ "ts": false
80
+ },
81
+ "prettier": {
82
+ "semi": false,
83
+ "printWidth": 75,
84
+ "tabWidth": 2,
85
+ "useTabs": false,
86
+ "singleQuote": true,
87
+ "jsxSingleQuote": false,
88
+ "bracketSameLine": true,
89
+ "arrowParens": "avoid",
90
+ "endOfLine": "lf"
91
+ },
92
+ "repository": "https://github.com/isaacs/isexe",
93
+ "engines": {
94
+ "node": ">=16"
95
+ }
96
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "author": "GitHub Inc.",
3
+ "name": "which",
4
+ "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
5
+ "version": "5.0.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/npm/node-which.git"
9
+ },
10
+ "main": "lib/index.js",
11
+ "bin": {
12
+ "node-which": "./bin/which.js"
13
+ },
14
+ "license": "ISC",
15
+ "dependencies": {
16
+ "isexe": "^3.1.1"
17
+ },
18
+ "devDependencies": {
19
+ "@npmcli/eslint-config": "^5.0.0",
20
+ "@npmcli/template-oss": "4.23.3",
21
+ "tap": "^16.3.0"
22
+ },
23
+ "scripts": {
24
+ "test": "tap",
25
+ "lint": "npm run eslint",
26
+ "postlint": "template-oss-check",
27
+ "template-oss-apply": "template-oss-apply --force",
28
+ "lintfix": "npm run eslint -- --fix",
29
+ "snap": "tap",
30
+ "posttest": "npm run lint",
31
+ "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
32
+ },
33
+ "files": [
34
+ "bin/",
35
+ "lib/"
36
+ ],
37
+ "tap": {
38
+ "check-coverage": true,
39
+ "nyc-arg": [
40
+ "--exclude",
41
+ "tap-snapshots/**"
42
+ ]
43
+ },
44
+ "engines": {
45
+ "node": "^18.17.0 || >=20.5.0"
46
+ },
47
+ "templateOSS": {
48
+ "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49
+ "version": "4.23.3",
50
+ "publish": "true"
51
+ }
52
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(npm test:*)",
5
+ "Bash(npm run lint:*)",
6
+ "Bash(npm run build:*)",
7
+ "Bash(find:*)",
8
+ "Bash(wc:*)",
9
+ "Bash(git:*)",
10
+ "Bash(npm run:*)",
11
+ "Bash(npm install:*)",
12
+ "Bash(npm uninstall:*)",
13
+ "Bash(npx eslint:*)",
14
+ "Bash(gh issue:*)",
15
+ "Bash(npx vitest:*)",
16
+ "WebFetch(domain:www.openssh.com)",
17
+ "Bash(ls:*)",
18
+ "Bash(cat:*)",
19
+ "Bash(npm pack:*)",
20
+ "Bash(npx tsc:*)",
21
+ "Bash(node:*)",
22
+ "Bash(npm info:*)",
23
+ "Bash(cp:*)"
24
+ ]
25
+ }
26
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "socks",
3
3
  "private": false,
4
- "version": "2.8.7",
4
+ "version": "2.8.8",
5
5
  "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
6
6
  "main": "build/index.js",
7
7
  "typings": "typings/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "typescript": "^5.3.3"
45
45
  },
46
46
  "dependencies": {
47
- "ip-address": "^10.0.1",
47
+ "ip-address": "^10.1.1",
48
48
  "smart-buffer": "^4.2.0"
49
49
  },
50
50
  "scripts": {
@@ -1,52 +1,43 @@
1
1
  {
2
- "author": "GitHub Inc.",
2
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
3
3
  "name": "which",
4
4
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
5
- "version": "5.0.0",
5
+ "version": "2.0.2",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/npm/node-which.git"
8
+ "url": "git://github.com/isaacs/node-which.git"
9
9
  },
10
- "main": "lib/index.js",
10
+ "main": "which.js",
11
11
  "bin": {
12
- "node-which": "./bin/which.js"
12
+ "node-which": "./bin/node-which"
13
13
  },
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "isexe": "^3.1.1"
16
+ "isexe": "^2.0.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@npmcli/eslint-config": "^5.0.0",
20
- "@npmcli/template-oss": "4.23.3",
21
- "tap": "^16.3.0"
19
+ "mkdirp": "^0.5.0",
20
+ "rimraf": "^2.6.2",
21
+ "tap": "^14.6.9"
22
22
  },
23
23
  "scripts": {
24
24
  "test": "tap",
25
- "lint": "npm run eslint",
26
- "postlint": "template-oss-check",
27
- "template-oss-apply": "template-oss-apply --force",
28
- "lintfix": "npm run eslint -- --fix",
29
- "snap": "tap",
30
- "posttest": "npm run lint",
31
- "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
25
+ "preversion": "npm test",
26
+ "postversion": "npm publish",
27
+ "prepublish": "npm run changelog",
28
+ "prechangelog": "bash gen-changelog.sh",
29
+ "changelog": "git add CHANGELOG.md",
30
+ "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
31
+ "postpublish": "git push origin --follow-tags"
32
32
  },
33
33
  "files": [
34
- "bin/",
35
- "lib/"
34
+ "which.js",
35
+ "bin/node-which"
36
36
  ],
37
37
  "tap": {
38
- "check-coverage": true,
39
- "nyc-arg": [
40
- "--exclude",
41
- "tap-snapshots/**"
42
- ]
38
+ "check-coverage": true
43
39
  },
44
40
  "engines": {
45
- "node": "^18.17.0 || >=20.5.0"
46
- },
47
- "templateOSS": {
48
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49
- "version": "4.23.3",
50
- "publish": "true"
41
+ "node": ">= 8"
51
42
  }
52
43
  }