promptgraph-mcp 2.4.7 → 2.4.8
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.
- package/README.md +3 -6
- package/ann.js +23 -51
- package/api.js +200 -0
- package/config.js +7 -0
- package/db.js +20 -0
- package/embedder.js +10 -0
- package/github-import.js +102 -22
- package/indexer.js +45 -11
- package/marketplace.js +47 -5
- package/package.json +9 -3
- package/search.js +84 -20
- package/src/filter/hard-filter.js +2 -0
- package/src/filter/train.js +3 -1
- package/src/store/flat-store.js +61 -0
- package/src/store/hnsw-store.js +187 -0
- package/src/store/index.js +19 -0
- package/src/store/vector-store.js +9 -0
- package/validator.js +7 -1
- package/registry/training/bad/accepts-HISTORY.md +0 -250
- package/registry/training/bad/argparse-CHANGELOG.md +0 -185
- package/registry/training/bad/balanced-match-LICENSE.md +0 -23
- package/registry/training/bad/better-sqlite3-README.md +0 -99
- package/registry/training/bad/bindings-LICENSE.md +0 -22
- package/registry/training/bad/bl-LICENSE.md +0 -13
- package/registry/training/bad/body-parser-README.md +0 -494
- package/registry/training/bad/bytes-HISTORY.md +0 -97
- package/registry/training/bad/camelcase-README.md +0 -135
- package/registry/training/bad/chai-README.md +0 -162
- package/registry/training/bad/cli-progress-LICENSE.md +0 -24
- package/registry/training/bad/content-type-HISTORY.md +0 -29
- package/registry/training/bad/cookie-SECURITY.md +0 -25
- package/registry/training/bad/cookie-signature-HISTORY.md +0 -70
- package/registry/training/bad/cors-README.md +0 -277
- package/registry/training/bad/cross-spawn-README.md +0 -89
- package/registry/training/bad/deep-extend-CHANGELOG.md +0 -46
- package/registry/training/bad/depd-HISTORY.md +0 -103
- package/registry/training/bad/esprima-README.md +0 -46
- package/registry/training/bad/etag-HISTORY.md +0 -83
- package/registry/training/bad/expect-type-SECURITY.md +0 -14
- package/registry/training/bad/finalhandler-HISTORY.md +0 -239
- package/registry/training/bad/fresh-HISTORY.md +0 -80
- package/registry/training/bad/glob-LICENSE.md +0 -63
- package/registry/training/bad/hono-README.md +0 -85
- package/registry/training/bad/http-errors-HISTORY.md +0 -186
- package/registry/training/bad/jose-LICENSE.md +0 -21
- package/registry/training/bad/jose-README.md +0 -153
- package/registry/training/bad/js-yaml-README.md +0 -299
- package/registry/training/bad/json-schema-typed-LICENSE.md +0 -57
- package/registry/training/bad/json-stringify-safe-CHANGELOG.md +0 -14
- package/registry/training/bad/lru-cache-LICENSE.md +0 -55
- package/registry/training/bad/media-typer-HISTORY.md +0 -50
- package/registry/training/bad/minimatch-LICENSE.md +0 -55
- package/registry/training/bad/minimist-CHANGELOG.md +0 -298
- package/registry/training/bad/minimist-README.md +0 -121
- package/registry/training/bad/ms-LICENSE.md +0 -21
- package/registry/training/bad/negotiator-HISTORY.md +0 -114
- package/registry/training/bad/on-finished-HISTORY.md +0 -98
- package/registry/training/bad/pkce-challenge-CHANGELOG.md +0 -114
- package/registry/training/bad/postcss-README.md +0 -28
- package/registry/training/bad/prebuild-install-CHANGELOG.md +0 -131
- package/registry/training/bad/proxy-addr-HISTORY.md +0 -161
- package/registry/training/bad/qs-CHANGELOG.md +0 -822
- package/registry/training/bad/rc-README.md +0 -227
- package/registry/training/bad/readable-stream-CONTRIBUTING.md +0 -38
- package/registry/training/bad/router-HISTORY.md +0 -228
- package/registry/training/bad/semver-README.md +0 -680
- package/registry/training/bad/send-README.md +0 -317
- package/registry/training/bad/serve-static-README.md +0 -253
- package/registry/training/bad/statuses-HISTORY.md +0 -87
- package/registry/training/bad/type-is-HISTORY.md +0 -292
- package/registry/training/bad/vary-HISTORY.md +0 -39
- package/registry/training/bad/vite-LICENSE.md +0 -2230
- package/registry/training/bad/which-CHANGELOG.md +0 -166
- package/registry/training/bad/zod-README.md +0 -191
- package/registry/training/good/skills-store-autopilot.md +0 -85
- package/registry/training/good/skills-store-bot-builder.md +0 -70
- package/registry/training/good/skills-store-chain.md +0 -136
- package/registry/training/good/skills-store-evolve.md +0 -100
- package/registry/training/good/skills-store-game.md +0 -27
- package/registry/training/good/skills-store-hunt.md +0 -102
- package/registry/training/good/skills-store-intel.md +0 -56
- package/registry/training/good/skills-store-memory-gc.md +0 -58
- package/registry/training/good/skills-store-pcsort.md +0 -207
- package/registry/training/good/skills-store-pickup.md +0 -60
- package/registry/training/good/skills-store-recon.md +0 -141
- package/registry/training/good/skills-store-remember.md +0 -64
- package/registry/training/good/skills-store-report.md +0 -117
- package/registry/training/good/skills-store-router.md +0 -225
- package/registry/training/good/skills-store-search.md +0 -168
- package/registry/training/good/skills-store-surface.md +0 -53
- package/registry/training/good/skills-store-token-scan.md +0 -141
- package/registry/training/good/skills-store-triage.md +0 -97
- package/registry/training/good/skills-store-unity.md +0 -733
- package/registry/training/good/skills-store-validate.md +0 -135
- package/registry/training/good/skills-store-web3-audit.md +0 -217
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
2.4.1 / 2022-02-22
|
|
2
|
-
==================
|
|
3
|
-
|
|
4
|
-
* Fix error on early async hooks implementations
|
|
5
|
-
|
|
6
|
-
2.4.0 / 2022-02-21
|
|
7
|
-
==================
|
|
8
|
-
|
|
9
|
-
* Prevent loss of async hooks context
|
|
10
|
-
|
|
11
|
-
2.3.0 / 2015-05-26
|
|
12
|
-
==================
|
|
13
|
-
|
|
14
|
-
* Add defined behavior for HTTP `CONNECT` requests
|
|
15
|
-
* Add defined behavior for HTTP `Upgrade` requests
|
|
16
|
-
* deps: ee-first@1.1.1
|
|
17
|
-
|
|
18
|
-
2.2.1 / 2015-04-22
|
|
19
|
-
==================
|
|
20
|
-
|
|
21
|
-
* Fix `isFinished(req)` when data buffered
|
|
22
|
-
|
|
23
|
-
2.2.0 / 2014-12-22
|
|
24
|
-
==================
|
|
25
|
-
|
|
26
|
-
* Add message object to callback arguments
|
|
27
|
-
|
|
28
|
-
2.1.1 / 2014-10-22
|
|
29
|
-
==================
|
|
30
|
-
|
|
31
|
-
* Fix handling of pipelined requests
|
|
32
|
-
|
|
33
|
-
2.1.0 / 2014-08-16
|
|
34
|
-
==================
|
|
35
|
-
|
|
36
|
-
* Check if `socket` is detached
|
|
37
|
-
* Return `undefined` for `isFinished` if state unknown
|
|
38
|
-
|
|
39
|
-
2.0.0 / 2014-08-16
|
|
40
|
-
==================
|
|
41
|
-
|
|
42
|
-
* Add `isFinished` function
|
|
43
|
-
* Move to `jshttp` organization
|
|
44
|
-
* Remove support for plain socket argument
|
|
45
|
-
* Rename to `on-finished`
|
|
46
|
-
* Support both `req` and `res` as arguments
|
|
47
|
-
* deps: ee-first@1.0.5
|
|
48
|
-
|
|
49
|
-
1.2.2 / 2014-06-10
|
|
50
|
-
==================
|
|
51
|
-
|
|
52
|
-
* Reduce listeners added to emitters
|
|
53
|
-
- avoids "event emitter leak" warnings when used multiple times on same request
|
|
54
|
-
|
|
55
|
-
1.2.1 / 2014-06-08
|
|
56
|
-
==================
|
|
57
|
-
|
|
58
|
-
* Fix returned value when already finished
|
|
59
|
-
|
|
60
|
-
1.2.0 / 2014-06-05
|
|
61
|
-
==================
|
|
62
|
-
|
|
63
|
-
* Call callback when called on already-finished socket
|
|
64
|
-
|
|
65
|
-
1.1.4 / 2014-05-27
|
|
66
|
-
==================
|
|
67
|
-
|
|
68
|
-
* Support node.js 0.8
|
|
69
|
-
|
|
70
|
-
1.1.3 / 2014-04-30
|
|
71
|
-
==================
|
|
72
|
-
|
|
73
|
-
* Make sure errors passed as instanceof `Error`
|
|
74
|
-
|
|
75
|
-
1.1.2 / 2014-04-18
|
|
76
|
-
==================
|
|
77
|
-
|
|
78
|
-
* Default the `socket` to passed-in object
|
|
79
|
-
|
|
80
|
-
1.1.1 / 2014-01-16
|
|
81
|
-
==================
|
|
82
|
-
|
|
83
|
-
* Rename module to `finished`
|
|
84
|
-
|
|
85
|
-
1.1.0 / 2013-12-25
|
|
86
|
-
==================
|
|
87
|
-
|
|
88
|
-
* Call callback when called on already-errored socket
|
|
89
|
-
|
|
90
|
-
1.0.1 / 2013-12-20
|
|
91
|
-
==================
|
|
92
|
-
|
|
93
|
-
* Actually pass the error to the callback
|
|
94
|
-
|
|
95
|
-
1.0.0 / 2013-12-20
|
|
96
|
-
==================
|
|
97
|
-
|
|
98
|
-
* Initial release
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [5.0.1](https://github.com/crouchcd/pkce-challenge/releases/tag/5.0.1) - 2025-11-22
|
|
4
|
-
|
|
5
|
-
## What's Changed
|
|
6
|
-
* Use even distribution by @RobinVdBroeck in https://github.com/crouchcd/pkce-challenge/pull/38
|
|
7
|
-
|
|
8
|
-
## New Contributors
|
|
9
|
-
* @RobinVdBroeck made their first contribution in https://github.com/crouchcd/pkce-challenge/pull/38
|
|
10
|
-
|
|
11
|
-
**Full Changelog**: https://github.com/crouchcd/pkce-challenge/compare/5.0.0...5.0.1
|
|
12
|
-
|
|
13
|
-
## [5.0.0](https://github.com/crouchcd/pkce-challenge/releases/tag/5.0.0) - 2025-03-30
|
|
14
|
-
|
|
15
|
-
## What's Changed
|
|
16
|
-
* fix: add support for commonjs module by @li-yechao in https://github.com/crouchcd/pkce-challenge/pull/32
|
|
17
|
-
|
|
18
|
-
## New Contributors
|
|
19
|
-
* @li-yechao made their first contribution in https://github.com/crouchcd/pkce-challenge/pull/32
|
|
20
|
-
|
|
21
|
-
**Full Changelog**: https://github.com/crouchcd/pkce-challenge/compare/4.1.0...5.0.0
|
|
22
|
-
|
|
23
|
-
## [4.1.0](https://github.com/crouchcd/pkce-challenge/releases/tag/4.1.0) - 2024-01-25
|
|
24
|
-
|
|
25
|
-
## What's Changed
|
|
26
|
-
* Separate entrypoints for node and browser by @mdarocha in https://github.com/crouchcd/pkce-challenge/pull/25
|
|
27
|
-
|
|
28
|
-
## New Contributors
|
|
29
|
-
* @mdarocha made their first contribution in https://github.com/crouchcd/pkce-challenge/pull/25
|
|
30
|
-
|
|
31
|
-
**Full Changelog**: https://github.com/crouchcd/pkce-challenge/compare/4.0.1...4.1.0
|
|
32
|
-
|
|
33
|
-
## [4.0.1](https://github.com/crouchcd/pkce-challenge/releases/tag/4.0.1) - 2023-05-11
|
|
34
|
-
|
|
35
|
-
- chore: update README (dc76443a502c25ce98258cea3f25fd78a22cb2a8)
|
|
36
|
-
- chore: specify node engines >= 16.20.0 (5e7fc5edbcd0e19f99fc11a9705e5e708a100be8)
|
|
37
|
-
|
|
38
|
-
## [4.0.0](https://github.com/crouchcd/pkce-challenge/releases/tag/4.0.0) - 2023-05-11
|
|
39
|
-
|
|
40
|
-
- BREAKING CHANGE: Use Web Cryptography API (#20), closes #21, #18
|
|
41
|
-
|
|
42
|
-
### Contributors
|
|
43
|
-
|
|
44
|
-
- [saschanaz](https://github.com/saschanaz)
|
|
45
|
-
|
|
46
|
-
## [3.1.0] - 2023-03-29
|
|
47
|
-
|
|
48
|
-
- chore: Use ES6 imports for crypto-js to reduce bundle size
|
|
49
|
-
|
|
50
|
-
### Contributors
|
|
51
|
-
|
|
52
|
-
- [gretchenfitze]
|
|
53
|
-
|
|
54
|
-
## [3.0.0] - 2022-03-28
|
|
55
|
-
|
|
56
|
-
- feat!: depend on crypto-js for node/browser compatibility. Using Typescript with Parcel.
|
|
57
|
-
|
|
58
|
-
```js
|
|
59
|
-
// commonjs
|
|
60
|
-
const pkceChallenge = require("pkce-challenge").default;
|
|
61
|
-
|
|
62
|
-
// es modules
|
|
63
|
-
import pkceChallenge from "pkce-challenge";
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
## [2.2.0] - 2021-05-19
|
|
67
|
-
|
|
68
|
-
### Added
|
|
69
|
-
|
|
70
|
-
- `generateChallenge` exported from index
|
|
71
|
-
|
|
72
|
-
### Contributors
|
|
73
|
-
|
|
74
|
-
- [SeyyedKhandon]
|
|
75
|
-
|
|
76
|
-
## [2.1.0] - 2019-12-20
|
|
77
|
-
|
|
78
|
-
### Added
|
|
79
|
-
|
|
80
|
-
- `verifyChallenge` exported from index
|
|
81
|
-
|
|
82
|
-
### Changed
|
|
83
|
-
|
|
84
|
-
- code/comment formatting
|
|
85
|
-
- refactored `random` function
|
|
86
|
-
|
|
87
|
-
## [2.0.0] - 2019-10-18
|
|
88
|
-
|
|
89
|
-
### Added
|
|
90
|
-
|
|
91
|
-
- CHANGELOG
|
|
92
|
-
- typescript definition
|
|
93
|
-
- Cryptographically secured method for generating code verifier
|
|
94
|
-
- Method for base64 url encoding
|
|
95
|
-
|
|
96
|
-
### Removed
|
|
97
|
-
|
|
98
|
-
- `generateVerifier` export from index
|
|
99
|
-
- `generateChallenge` export from index
|
|
100
|
-
- `base64url` npm dependency
|
|
101
|
-
- `randomatic` npm dependency
|
|
102
|
-
|
|
103
|
-
### Contributors
|
|
104
|
-
|
|
105
|
-
- [lordnox]
|
|
106
|
-
|
|
107
|
-
[gretchenfitze]: https://github.com/gretchenfitze
|
|
108
|
-
[seyyedkhandon]: https://github.com/SeyyedKhandon
|
|
109
|
-
[lordnox]: https://github.com/lordnox
|
|
110
|
-
[3.1.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/3.1.0
|
|
111
|
-
[3.0.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/3.0.0
|
|
112
|
-
[2.2.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/2.2.0
|
|
113
|
-
[2.1.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/2.1.0
|
|
114
|
-
[2.0.0]: https://github.com/crouchcd/pkce-challenge/releases/tag/2.0.0
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# PostCSS
|
|
2
|
-
|
|
3
|
-
<img align="right" width="95" height="95"
|
|
4
|
-
alt="Philosopher’s stone, logo of PostCSS"
|
|
5
|
-
src="https://postcss.org/logo.svg">
|
|
6
|
-
|
|
7
|
-
PostCSS is a tool for transforming styles with JS plugins.
|
|
8
|
-
These plugins can lint your CSS, support variables and mixins,
|
|
9
|
-
transpile future CSS syntax, inline images, and more.
|
|
10
|
-
|
|
11
|
-
PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,
|
|
12
|
-
and JetBrains. The [Autoprefixer] and [Stylelint] PostCSS plugins are some of the most popular CSS tools.
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
<img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" /> Built by
|
|
17
|
-
<b><a href="https://evilmartians.com/devtools?utm_source=postcss&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, go-to agency for <b>developer tools</b>.
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
[Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
|
|
22
|
-
[Evil Martians]: https://evilmartians.com/?utm_source=postcss
|
|
23
|
-
[Autoprefixer]: https://github.com/postcss/autoprefixer
|
|
24
|
-
[Stylelint]: https://stylelint.io/
|
|
25
|
-
[plugins]: https://github.com/postcss/postcss#plugins
|
|
26
|
-
|
|
27
|
-
## Docs
|
|
28
|
-
Read full docs **[here](https://postcss.org/)**.
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [7.1.3] - 2025-01-22
|
|
4
|
-
|
|
5
|
-
### Fixed
|
|
6
|
-
|
|
7
|
-
- Bump napi-build-utils from 1 to 2 ([#204](https://github.com/prebuild/prebuild-install/issues/204)) ([`1bf4a15`](https://github.com/prebuild/prebuild-install/commit/1bf4a15)) (Bailey Pearson)
|
|
8
|
-
|
|
9
|
-
## [7.1.2] - 2024-02-29
|
|
10
|
-
|
|
11
|
-
### Fixed
|
|
12
|
-
|
|
13
|
-
- Support environments where MD5 is prohibited ([#191](https://github.com/prebuild/prebuild-install/issues/191)) ([`9140468`](https://github.com/prebuild/prebuild-install/commit/9140468)) (Tomasz Szuba)
|
|
14
|
-
|
|
15
|
-
## [7.1.1] - 2022-06-07
|
|
16
|
-
|
|
17
|
-
### Fixed
|
|
18
|
-
|
|
19
|
-
- Replace use of npmlog dependency with console.error ([#182](https://github.com/prebuild/prebuild-install/issues/182)) ([`4e2284c`](https://github.com/prebuild/prebuild-install/commit/4e2284c)) (Lovell Fuller)
|
|
20
|
-
- Ensure script output can be captured by tests ([#181](https://github.com/prebuild/prebuild-install/issues/181)) ([`d1853cb`](https://github.com/prebuild/prebuild-install/commit/d1853cb)) (Lovell Fuller)
|
|
21
|
-
|
|
22
|
-
## [7.1.0] - 2022-04-20
|
|
23
|
-
|
|
24
|
-
### Changed
|
|
25
|
-
|
|
26
|
-
- Allow setting libc to glibc on non-glibc platform ([#176](https://github.com/prebuild/prebuild-install/issues/176)) ([`f729abb`](https://github.com/prebuild/prebuild-install/commit/f729abb)) (Joona Heinikoski)
|
|
27
|
-
|
|
28
|
-
## [7.0.1] - 2022-01-28
|
|
29
|
-
|
|
30
|
-
### Changed
|
|
31
|
-
|
|
32
|
-
- Upgrade to the latest version of `detect-libc` ([#166](https://github.com/prebuild/prebuild-install/issues/166)) ([`f71c6b9`](https://github.com/prebuild/prebuild-install/commit/f71c6b9)) (Lovell Fuller)
|
|
33
|
-
|
|
34
|
-
## [7.0.0] - 2021-11-12
|
|
35
|
-
|
|
36
|
-
### Changed
|
|
37
|
-
|
|
38
|
-
- **Breaking:** bump `node-abi` so that Electron 14+ gets correct ABI ([#161](https://github.com/prebuild/prebuild-install/issues/161)) ([`477f347`](https://github.com/prebuild/prebuild-install/commit/477f347)) (csett86). Drops support of Node.js < 10.
|
|
39
|
-
- Bump `simple-get` ([`7468c14`](https://github.com/prebuild/prebuild-install/commit/7468c14)) (Vincent Weevers).
|
|
40
|
-
|
|
41
|
-
## [6.1.4] - 2021-08-11
|
|
42
|
-
|
|
43
|
-
### Fixed
|
|
44
|
-
|
|
45
|
-
- Move auth token to header instead of query param ([#160](https://github.com/prebuild/prebuild-install/issues/160)) ([`b3fad76`](https://github.com/prebuild/prebuild-install/commit/b3fad76)) (nicolai-nordic)
|
|
46
|
-
- Remove `_` prefix as it isn't allowed by npm config ([#153](https://github.com/prebuild/prebuild-install/issues/153)) ([`a964e5b`](https://github.com/prebuild/prebuild-install/commit/a964e5b)) (Tom Boothman)
|
|
47
|
-
- Make `rc.path` absolute ([#158](https://github.com/prebuild/prebuild-install/issues/158)) ([`57bcc06`](https://github.com/prebuild/prebuild-install/commit/57bcc06)) (George Waters).
|
|
48
|
-
|
|
49
|
-
## [6.1.3] - 2021-06-03
|
|
50
|
-
|
|
51
|
-
### Changed
|
|
52
|
-
|
|
53
|
-
- Inline no longer maintained `noop-logger` ([#155](https://github.com/prebuild/prebuild-install/issues/155)) ([`e08d75a`](https://github.com/prebuild/prebuild-install/commit/e08d75a)) (Alexandru Dima)
|
|
54
|
-
- Point users towards `prebuildify` in README ([#150](https://github.com/prebuild/prebuild-install/issues/150)) ([`5ee1a2f`](https://github.com/prebuild/prebuild-install/commit/5ee1a2f)) (Vincent Weevers)
|
|
55
|
-
|
|
56
|
-
## [6.1.2] - 2021-04-24
|
|
57
|
-
|
|
58
|
-
### Fixed
|
|
59
|
-
|
|
60
|
-
- Support URL-safe strings in scoped packages ([#148](https://github.com/prebuild/prebuild-install/issues/148)) ([`db36c7a`](https://github.com/prebuild/prebuild-install/commit/db36c7a)) (Marco)
|
|
61
|
-
|
|
62
|
-
## [6.1.1] - 2021-04-04
|
|
63
|
-
|
|
64
|
-
### Fixed
|
|
65
|
-
|
|
66
|
-
- Support `force` & `buildFromSource` options in yarn ([#140](https://github.com/prebuild/prebuild-install/issues/140)) ([`8cb1ced`](https://github.com/prebuild/prebuild-install/commit/8cb1ced)) (João Moreno)
|
|
67
|
-
- Bump `node-abi` to prevent dedupe (closes [#135](https://github.com/prebuild/prebuild-install/issues/135)) ([`2950fb2`](https://github.com/prebuild/prebuild-install/commit/2950fb2)) (Vincent Weevers)
|
|
68
|
-
|
|
69
|
-
## [6.1.0] - 2021-04-03
|
|
70
|
-
|
|
71
|
-
### Added
|
|
72
|
-
|
|
73
|
-
- Restore local prebuilds feature ([#137](https://github.com/prebuild/prebuild-install/issues/137)) ([`dc4e5ea`](https://github.com/prebuild/prebuild-install/commit/dc4e5ea)) (Wes Roberts). Previously removed in [#81](https://github.com/prebuild/prebuild-install/issues/81) / [`a069253`](https://github.com/prebuild/prebuild-install/commit/a06925378d38ca821bfa93aa4c1fdedc253b2420).
|
|
74
|
-
|
|
75
|
-
## [6.0.1] - 2021-02-14
|
|
76
|
-
|
|
77
|
-
### Fixed
|
|
78
|
-
|
|
79
|
-
- Fixes empty `--tag-prefix` ([#143](https://github.com/prebuild/prebuild-install/issues/143)) ([**@mathiask88**](https://github.com/mathiask88))
|
|
80
|
-
|
|
81
|
-
## [6.0.0] - 2020-10-23
|
|
82
|
-
|
|
83
|
-
### Changed
|
|
84
|
-
|
|
85
|
-
- **Breaking:** don't skip downloads in standalone mode ([`b6f3b36`](https://github.com/prebuild/prebuild-install/commit/b6f3b36)) ([**@vweevers**](https://github.com/vweevers))
|
|
86
|
-
|
|
87
|
-
### Added
|
|
88
|
-
|
|
89
|
-
- Document cross platform options ([`e5c9a5a`](https://github.com/prebuild/prebuild-install/commit/e5c9a5a)) ([**@fishbone1**](https://github.com/fishbone1))
|
|
90
|
-
|
|
91
|
-
### Removed
|
|
92
|
-
|
|
93
|
-
- **Breaking:** remove `--compile` and `--prebuild` options ([`94f2492`](https://github.com/prebuild/prebuild-install/commit/94f2492)) ([**@vweevers**](https://github.com/vweevers))
|
|
94
|
-
|
|
95
|
-
### Fixed
|
|
96
|
-
|
|
97
|
-
- Support npm 7 ([`8acccac`](https://github.com/prebuild/prebuild-install/commit/8acccac), [`08eaf6d`](https://github.com/prebuild/prebuild-install/commit/08eaf6d), [`22175b8`](https://github.com/prebuild/prebuild-install/commit/22175b8)) ([**@vweevers**](https://github.com/vweevers))
|
|
98
|
-
|
|
99
|
-
## [5.3.6] - 2020-10-20
|
|
100
|
-
|
|
101
|
-
### Changed
|
|
102
|
-
|
|
103
|
-
- Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja))
|
|
104
|
-
|
|
105
|
-
[7.1.3]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.3
|
|
106
|
-
|
|
107
|
-
[7.1.2]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.2
|
|
108
|
-
|
|
109
|
-
[7.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.1
|
|
110
|
-
|
|
111
|
-
[7.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0
|
|
112
|
-
|
|
113
|
-
[7.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.1
|
|
114
|
-
|
|
115
|
-
[7.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0
|
|
116
|
-
|
|
117
|
-
[6.1.4]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.4
|
|
118
|
-
|
|
119
|
-
[6.1.3]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.3
|
|
120
|
-
|
|
121
|
-
[6.1.2]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.2
|
|
122
|
-
|
|
123
|
-
[6.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.1
|
|
124
|
-
|
|
125
|
-
[6.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.0
|
|
126
|
-
|
|
127
|
-
[6.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v6.0.1
|
|
128
|
-
|
|
129
|
-
[6.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v6.0.0
|
|
130
|
-
|
|
131
|
-
[5.3.6]: https://github.com/prebuild/prebuild-install/releases/tag/v5.3.6
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
2.0.7 / 2021-05-31
|
|
2
|
-
==================
|
|
3
|
-
|
|
4
|
-
* deps: forwarded@0.2.0
|
|
5
|
-
- Use `req.socket` over deprecated `req.connection`
|
|
6
|
-
|
|
7
|
-
2.0.6 / 2020-02-24
|
|
8
|
-
==================
|
|
9
|
-
|
|
10
|
-
* deps: ipaddr.js@1.9.1
|
|
11
|
-
|
|
12
|
-
2.0.5 / 2019-04-16
|
|
13
|
-
==================
|
|
14
|
-
|
|
15
|
-
* deps: ipaddr.js@1.9.0
|
|
16
|
-
|
|
17
|
-
2.0.4 / 2018-07-26
|
|
18
|
-
==================
|
|
19
|
-
|
|
20
|
-
* deps: ipaddr.js@1.8.0
|
|
21
|
-
|
|
22
|
-
2.0.3 / 2018-02-19
|
|
23
|
-
==================
|
|
24
|
-
|
|
25
|
-
* deps: ipaddr.js@1.6.0
|
|
26
|
-
|
|
27
|
-
2.0.2 / 2017-09-24
|
|
28
|
-
==================
|
|
29
|
-
|
|
30
|
-
* deps: forwarded@~0.1.2
|
|
31
|
-
- perf: improve header parsing
|
|
32
|
-
- perf: reduce overhead when no `X-Forwarded-For` header
|
|
33
|
-
|
|
34
|
-
2.0.1 / 2017-09-10
|
|
35
|
-
==================
|
|
36
|
-
|
|
37
|
-
* deps: forwarded@~0.1.1
|
|
38
|
-
- Fix trimming leading / trailing OWS
|
|
39
|
-
- perf: hoist regular expression
|
|
40
|
-
* deps: ipaddr.js@1.5.2
|
|
41
|
-
|
|
42
|
-
2.0.0 / 2017-08-08
|
|
43
|
-
==================
|
|
44
|
-
|
|
45
|
-
* Drop support for Node.js below 0.10
|
|
46
|
-
|
|
47
|
-
1.1.5 / 2017-07-25
|
|
48
|
-
==================
|
|
49
|
-
|
|
50
|
-
* Fix array argument being altered
|
|
51
|
-
* deps: ipaddr.js@1.4.0
|
|
52
|
-
|
|
53
|
-
1.1.4 / 2017-03-24
|
|
54
|
-
==================
|
|
55
|
-
|
|
56
|
-
* deps: ipaddr.js@1.3.0
|
|
57
|
-
|
|
58
|
-
1.1.3 / 2017-01-14
|
|
59
|
-
==================
|
|
60
|
-
|
|
61
|
-
* deps: ipaddr.js@1.2.0
|
|
62
|
-
|
|
63
|
-
1.1.2 / 2016-05-29
|
|
64
|
-
==================
|
|
65
|
-
|
|
66
|
-
* deps: ipaddr.js@1.1.1
|
|
67
|
-
- Fix IPv6-mapped IPv4 validation edge cases
|
|
68
|
-
|
|
69
|
-
1.1.1 / 2016-05-03
|
|
70
|
-
==================
|
|
71
|
-
|
|
72
|
-
* Fix regression matching mixed versions against multiple subnets
|
|
73
|
-
|
|
74
|
-
1.1.0 / 2016-05-01
|
|
75
|
-
==================
|
|
76
|
-
|
|
77
|
-
* Fix accepting various invalid netmasks
|
|
78
|
-
- IPv4 netmasks must be contingous
|
|
79
|
-
- IPv6 addresses cannot be used as a netmask
|
|
80
|
-
* deps: ipaddr.js@1.1.0
|
|
81
|
-
|
|
82
|
-
1.0.10 / 2015-12-09
|
|
83
|
-
===================
|
|
84
|
-
|
|
85
|
-
* deps: ipaddr.js@1.0.5
|
|
86
|
-
- Fix regression in `isValid` with non-string arguments
|
|
87
|
-
|
|
88
|
-
1.0.9 / 2015-12-01
|
|
89
|
-
==================
|
|
90
|
-
|
|
91
|
-
* deps: ipaddr.js@1.0.4
|
|
92
|
-
- Fix accepting some invalid IPv6 addresses
|
|
93
|
-
- Reject CIDRs with negative or overlong masks
|
|
94
|
-
* perf: enable strict mode
|
|
95
|
-
|
|
96
|
-
1.0.8 / 2015-05-10
|
|
97
|
-
==================
|
|
98
|
-
|
|
99
|
-
* deps: ipaddr.js@1.0.1
|
|
100
|
-
|
|
101
|
-
1.0.7 / 2015-03-16
|
|
102
|
-
==================
|
|
103
|
-
|
|
104
|
-
* deps: ipaddr.js@0.1.9
|
|
105
|
-
- Fix OOM on certain inputs to `isValid`
|
|
106
|
-
|
|
107
|
-
1.0.6 / 2015-02-01
|
|
108
|
-
==================
|
|
109
|
-
|
|
110
|
-
* deps: ipaddr.js@0.1.8
|
|
111
|
-
|
|
112
|
-
1.0.5 / 2015-01-08
|
|
113
|
-
==================
|
|
114
|
-
|
|
115
|
-
* deps: ipaddr.js@0.1.6
|
|
116
|
-
|
|
117
|
-
1.0.4 / 2014-11-23
|
|
118
|
-
==================
|
|
119
|
-
|
|
120
|
-
* deps: ipaddr.js@0.1.5
|
|
121
|
-
- Fix edge cases with `isValid`
|
|
122
|
-
|
|
123
|
-
1.0.3 / 2014-09-21
|
|
124
|
-
==================
|
|
125
|
-
|
|
126
|
-
* Use `forwarded` npm module
|
|
127
|
-
|
|
128
|
-
1.0.2 / 2014-09-18
|
|
129
|
-
==================
|
|
130
|
-
|
|
131
|
-
* Fix a global leak when multiple subnets are trusted
|
|
132
|
-
* Support Node.js 0.6
|
|
133
|
-
* deps: ipaddr.js@0.1.3
|
|
134
|
-
|
|
135
|
-
1.0.1 / 2014-06-03
|
|
136
|
-
==================
|
|
137
|
-
|
|
138
|
-
* Fix links in npm package
|
|
139
|
-
|
|
140
|
-
1.0.0 / 2014-05-08
|
|
141
|
-
==================
|
|
142
|
-
|
|
143
|
-
* Add `trust` argument to determine proxy trust on
|
|
144
|
-
* Accepts custom function
|
|
145
|
-
* Accepts IPv4/IPv6 address(es)
|
|
146
|
-
* Accepts subnets
|
|
147
|
-
* Accepts pre-defined names
|
|
148
|
-
* Add optional `trust` argument to `proxyaddr.all` to
|
|
149
|
-
stop at first untrusted
|
|
150
|
-
* Add `proxyaddr.compile` to pre-compile `trust` function
|
|
151
|
-
to make subsequent calls faster
|
|
152
|
-
|
|
153
|
-
0.0.1 / 2014-05-04
|
|
154
|
-
==================
|
|
155
|
-
|
|
156
|
-
* Fix bad npm publish
|
|
157
|
-
|
|
158
|
-
0.0.0 / 2014-05-04
|
|
159
|
-
==================
|
|
160
|
-
|
|
161
|
-
* Initial release
|