newrelic 8.2.0 → 8.5.1

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 (138) hide show
  1. package/NEWS.md +5061 -4963
  2. package/README.md +7 -6
  3. package/THIRD_PARTY_NOTICES.md +95 -68
  4. package/api.js +74 -68
  5. package/bin/test-naming-rules.js +22 -22
  6. package/lib/agent.js +4 -4
  7. package/lib/attributes.js +2 -2
  8. package/lib/collector/api.js +12 -12
  9. package/lib/collector/facts.js +2 -3
  10. package/lib/collector/http-agents.js +12 -11
  11. package/lib/collector/key-parser.js +1 -1
  12. package/lib/collector/remote-method.js +27 -26
  13. package/lib/config/attribute-filter.js +23 -23
  14. package/lib/config/default.js +26 -9
  15. package/lib/config/env.js +14 -4
  16. package/lib/config/hsm.js +1 -1
  17. package/lib/config/index.js +90 -69
  18. package/lib/config/lasp.js +3 -3
  19. package/lib/config/merge-server-config.js +1 -1
  20. package/lib/db/parse-sql.js +8 -8
  21. package/lib/db/parsed-statement.js +9 -8
  22. package/lib/db/query-parsers/sql.js +7 -7
  23. package/lib/db/query-sample.js +9 -9
  24. package/lib/db/query-trace-aggregator.js +4 -4
  25. package/lib/db/statement-matcher.js +5 -5
  26. package/lib/db/utils.js +1 -1
  27. package/lib/environment.js +43 -43
  28. package/lib/errors/error-collector.js +2 -2
  29. package/lib/errors/error-trace-aggregator.js +1 -1
  30. package/lib/errors/helper.js +3 -3
  31. package/lib/errors/index.js +17 -17
  32. package/lib/feature_flags.js +7 -5
  33. package/lib/header-attributes.js +6 -6
  34. package/lib/header-processing.js +1 -1
  35. package/lib/instrumentation/amqplib.js +26 -26
  36. package/lib/instrumentation/bluebird.js +3 -3
  37. package/lib/instrumentation/cassandra-driver.js +7 -3
  38. package/lib/instrumentation/connect.js +4 -4
  39. package/lib/instrumentation/core/async_hooks.js +6 -6
  40. package/lib/instrumentation/core/domain.js +2 -2
  41. package/lib/instrumentation/core/globals.js +1 -1
  42. package/lib/instrumentation/core/http-outbound.js +15 -84
  43. package/lib/instrumentation/core/http.js +34 -67
  44. package/lib/instrumentation/core/inspector.js +2 -2
  45. package/lib/instrumentation/core/timers.js +7 -7
  46. package/lib/instrumentation/core/zlib.js +2 -2
  47. package/lib/instrumentation/director.js +4 -4
  48. package/lib/instrumentation/express.js +8 -8
  49. package/lib/instrumentation/fastify/spec-builders.js +57 -47
  50. package/lib/instrumentation/fastify.js +111 -28
  51. package/lib/instrumentation/generic-pool.js +1 -1
  52. package/lib/instrumentation/hapi/hapi-17.js +11 -11
  53. package/lib/instrumentation/hapi/shared.js +1 -1
  54. package/lib/instrumentation/hapi.js +22 -22
  55. package/lib/instrumentation/ioredis.js +7 -7
  56. package/lib/instrumentation/memcached.js +7 -7
  57. package/lib/instrumentation/mongodb/common.js +73 -23
  58. package/lib/instrumentation/mongodb/v3-mongo.js +20 -1
  59. package/lib/instrumentation/mongodb/v4-mongo.js +6 -7
  60. package/lib/instrumentation/mysql.js +19 -19
  61. package/lib/instrumentation/oracle.js +15 -15
  62. package/lib/instrumentation/pg.js +4 -4
  63. package/lib/instrumentation/promise.js +46 -46
  64. package/lib/instrumentation/q.js +2 -2
  65. package/lib/instrumentation/redis.js +11 -11
  66. package/lib/instrumentation/restify.js +1 -1
  67. package/lib/instrumentation/undici.js +242 -0
  68. package/lib/instrumentation/vision.js +4 -4
  69. package/lib/instrumentation/when.js +3 -3
  70. package/lib/instrumentations.js +2 -1
  71. package/lib/logger.js +5 -5
  72. package/lib/metrics/index.js +15 -15
  73. package/lib/metrics/mapper.js +7 -7
  74. package/lib/metrics/names.js +6 -3
  75. package/lib/metrics/normalizer/rule.js +9 -9
  76. package/lib/metrics/normalizer/tx_segment.js +17 -17
  77. package/lib/metrics/normalizer.js +22 -22
  78. package/lib/metrics/recorders/custom.js +5 -5
  79. package/lib/metrics/recorders/generic.js +3 -3
  80. package/lib/metrics/recorders/http.js +7 -7
  81. package/lib/metrics/recorders/http_external.js +7 -7
  82. package/lib/metrics/recorders/message-transaction.js +5 -6
  83. package/lib/metrics/recorders/other.js +5 -5
  84. package/lib/parse-proc-cpuinfo.js +25 -19
  85. package/lib/parse-proc-meminfo.js +8 -2
  86. package/lib/prioritized-attributes.js +2 -2
  87. package/lib/priority-queue.js +10 -10
  88. package/lib/reservoir.js +3 -3
  89. package/lib/sampler.js +26 -26
  90. package/lib/shim/datastore-shim.js +35 -32
  91. package/lib/shim/index.js +2 -2
  92. package/lib/shim/message-shim.js +47 -47
  93. package/lib/shim/promise-shim.js +1 -1
  94. package/lib/shim/shim.js +61 -61
  95. package/lib/shim/specs/index.js +3 -3
  96. package/lib/shim/transaction-shim.js +44 -192
  97. package/lib/shim/webframework-shim.js +52 -52
  98. package/lib/spans/span-event-aggregator.js +62 -10
  99. package/lib/spans/span-event.js +1 -1
  100. package/lib/spans/streaming-span-attributes.js +1 -1
  101. package/lib/stats/apdex.js +2 -2
  102. package/lib/stats/index.js +2 -2
  103. package/lib/system-info.js +23 -23
  104. package/lib/timer.js +5 -5
  105. package/lib/transaction/dt-payload.js +1 -1
  106. package/lib/transaction/index.js +40 -40
  107. package/lib/transaction/name-state.js +14 -14
  108. package/lib/transaction/trace/exclusive-time-calculator.js +6 -6
  109. package/lib/transaction/trace/index.js +14 -14
  110. package/lib/transaction/trace/segment.js +18 -18
  111. package/lib/transaction/tracecontext.js +1 -1
  112. package/lib/transaction/tracer/index.js +53 -49
  113. package/lib/uninstrumented.js +7 -7
  114. package/lib/util/arity.js +2 -2
  115. package/lib/util/byte-limit.js +4 -4
  116. package/lib/util/cat.js +269 -24
  117. package/lib/util/codec.js +2 -2
  118. package/lib/util/copy.js +2 -2
  119. package/lib/util/deep-equal.js +10 -10
  120. package/lib/util/flatten.js +4 -4
  121. package/lib/util/hashes.js +14 -14
  122. package/lib/util/label-parser.js +17 -17
  123. package/lib/util/logger.js +24 -24
  124. package/lib/util/process-version.js +2 -2
  125. package/lib/util/properties.js +4 -4
  126. package/lib/util/sql/obfuscate.js +15 -15
  127. package/lib/util/stream-sink.js +3 -3
  128. package/lib/util/unwrapped-core.js +2 -2
  129. package/lib/util/urltils.js +16 -16
  130. package/lib/utilization/aws-info.js +7 -7
  131. package/lib/utilization/azure-info.js +6 -6
  132. package/lib/utilization/common.js +13 -13
  133. package/lib/utilization/docker-info.js +11 -11
  134. package/lib/utilization/gcp-info.js +4 -4
  135. package/lib/utilization/index.js +5 -5
  136. package/lib/utilization/pcf-info.js +9 -9
  137. package/package.json +13 -7
  138. package/stub_api.js +8 -8
package/README.md CHANGED
@@ -44,7 +44,13 @@ To use New Relic's Node.js agent entails these three steps, which are described
44
44
  }
45
45
  ```
46
46
 
47
- 4. Finally, load the `newrelic` module _before any other module_ in your program.
47
+ 4. Finally, run your program with the `newrelic` module loaded first by using node's `-r/--require` flag.
48
+
49
+ ```
50
+ $ node -r newrelic your-program.js
51
+ ```
52
+
53
+ If you cannot control how your program is run, you can load the `newrelic` module _before any other module_ in your program.
48
54
 
49
55
  ```js
50
56
  const newrelic = require('newrelic')
@@ -52,11 +58,6 @@ To use New Relic's Node.js agent entails these three steps, which are described
52
58
  /* ... the rest of your program ... */
53
59
  ```
54
60
 
55
- If you're compiling your JavaScript and can't control the final `require` order, the Node.js agent will work with node's `-r/--require` flag.
56
-
57
- $ node -r newrelic your-program.js
58
- $ node --require newrelic your-program.js
59
-
60
61
  ## Getting Started
61
62
 
62
63
  For more information on getting started, [check the Node.js docs](https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/introduction-new-relic-nodejs).
@@ -34,6 +34,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
34
34
  * [@newrelic/proxy](#newrelicproxy)
35
35
  * [@newrelic/test-utilities](#newrelictest-utilities)
36
36
  * [@octokit/rest](#octokitrest)
37
+ * [@slack/bolt](#slackbolt)
37
38
  * [ajv](#ajv)
38
39
  * [architect](#architect)
39
40
  * [benchmark](#benchmark)
@@ -41,16 +42,16 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
41
42
  * [chai](#chai)
42
43
  * [commander](#commander)
43
44
  * [eslint-config-prettier](#eslint-config-prettier)
45
+ * [eslint-plugin-disable](#eslint-plugin-disable)
44
46
  * [eslint-plugin-header](#eslint-plugin-header)
47
+ * [eslint-plugin-jsdoc](#eslint-plugin-jsdoc)
45
48
  * [eslint-plugin-node](#eslint-plugin-node)
46
49
  * [eslint-plugin-prettier](#eslint-plugin-prettier)
47
50
  * [eslint](#eslint)
48
51
  * [express](#express)
49
- * [fastify](#fastify)
50
52
  * [generic-pool](#generic-pool)
51
53
  * [glob](#glob)
52
54
  * [got](#got)
53
- * [http-errors](#http-errors)
54
55
  * [husky](#husky)
55
56
  * [jsdoc](#jsdoc)
56
57
  * [lint-staged](#lint-staged)
@@ -1336,7 +1337,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1336
1337
 
1337
1338
  ### @newrelic/eslint-config
1338
1339
 
1339
- This product includes source derived from [@newrelic/eslint-config](https://github.com/newrelic/eslint-config-newrelic) ([v0.0.2](https://github.com/newrelic/eslint-config-newrelic/tree/v0.0.2)), distributed under the [Apache-2.0 License](https://github.com/newrelic/eslint-config-newrelic/blob/v0.0.2/LICENSE):
1340
+ This product includes source derived from [@newrelic/eslint-config](https://github.com/newrelic/eslint-config-newrelic) ([v0.0.3](https://github.com/newrelic/eslint-config-newrelic/tree/v0.0.3)), distributed under the [Apache-2.0 License](https://github.com/newrelic/eslint-config-newrelic/blob/v0.0.3/LICENSE):
1340
1341
 
1341
1342
  ```
1342
1343
  Apache License
@@ -1769,7 +1770,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1769
1770
 
1770
1771
  ### @newrelic/test-utilities
1771
1772
 
1772
- This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v6.0.0](https://github.com/newrelic/node-test-utilities/tree/v6.0.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v6.0.0/LICENSE):
1773
+ This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v6.1.1](https://github.com/newrelic/node-test-utilities/tree/v6.1.1)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v6.1.1/LICENSE):
1773
1774
 
1774
1775
  ```
1775
1776
  Apache License
@@ -2006,6 +2007,36 @@ THE SOFTWARE.
2006
2007
 
2007
2008
  ```
2008
2009
 
2010
+ ### @slack/bolt
2011
+
2012
+ This product includes source derived from [@slack/bolt](https://github.com/slackapi/bolt) ([v3.7.0](https://github.com/slackapi/bolt/tree/v3.7.0)), distributed under the [MIT License](https://github.com/slackapi/bolt/blob/v3.7.0/LICENSE):
2013
+
2014
+ ```
2015
+ The MIT License (MIT)
2016
+
2017
+ Copyright (c) 2016-2018 Robots & Pencils
2018
+ Copyright (c) 2019- Slack Technologies, LLC
2019
+
2020
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2021
+ of this software and associated documentation files (the "Software"), to deal
2022
+ in the Software without restriction, including without limitation the rights
2023
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2024
+ copies of the Software, and to permit persons to whom the Software is
2025
+ furnished to do so, subject to the following conditions:
2026
+
2027
+ The above copyright notice and this permission notice shall be included in all
2028
+ copies or substantial portions of the Software.
2029
+
2030
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2031
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2032
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2033
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2034
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2035
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2036
+ SOFTWARE.
2037
+
2038
+ ```
2039
+
2009
2040
  ### ajv
2010
2041
 
2011
2042
  This product includes source derived from [ajv](https://github.com/ajv-validator/ajv) ([v6.12.6](https://github.com/ajv-validator/ajv/tree/v6.12.6)), distributed under the [MIT License](https://github.com/ajv-validator/ajv/blob/v6.12.6/LICENSE):
@@ -2211,6 +2242,33 @@ THE SOFTWARE.
2211
2242
 
2212
2243
  ```
2213
2244
 
2245
+ ### eslint-plugin-disable
2246
+
2247
+ This product includes source derived from [eslint-plugin-disable](https://github.com/mradionov/eslint-plugin-disable) ([v2.0.1](https://github.com/mradionov/eslint-plugin-disable/tree/v2.0.1)), distributed under the [MIT License](https://github.com/mradionov/eslint-plugin-disable/blob/v2.0.1/LICENSE):
2248
+
2249
+ ```
2250
+ Copyright (c) 2015 Michael Radionov (https://github.com/mradionov)
2251
+
2252
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2253
+ of this software and associated documentation files (the "Software"), to deal
2254
+ in the Software without restriction, including without limitation the rights
2255
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2256
+ copies of the Software, and to permit persons to whom the Software is
2257
+ furnished to do so, subject to the following conditions:
2258
+
2259
+ The above copyright notice and this permission notice shall be included in
2260
+ all copies or substantial portions of the Software.
2261
+
2262
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2263
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2264
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2265
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2266
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2267
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2268
+ THE SOFTWARE.
2269
+
2270
+ ```
2271
+
2214
2272
  ### eslint-plugin-header
2215
2273
 
2216
2274
  This product includes source derived from [eslint-plugin-header](https://github.com/Stuk/eslint-plugin-header) ([v3.1.1](https://github.com/Stuk/eslint-plugin-header/tree/v3.1.1)), distributed under the [MIT License](https://github.com/Stuk/eslint-plugin-header/blob/v3.1.1/README.md):
@@ -2227,6 +2285,38 @@ The above copyright notice and this permission notice shall be included in all c
2227
2285
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2228
2286
  ```
2229
2287
 
2288
+ ### eslint-plugin-jsdoc
2289
+
2290
+ This product includes source derived from [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) ([v36.1.0](https://github.com/gajus/eslint-plugin-jsdoc/tree/v36.1.0)), distributed under the [BSD-3-Clause License](https://github.com/gajus/eslint-plugin-jsdoc/blob/v36.1.0/LICENSE):
2291
+
2292
+ ```
2293
+ Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
2294
+ All rights reserved.
2295
+
2296
+ Redistribution and use in source and binary forms, with or without
2297
+ modification, are permitted provided that the following conditions are met:
2298
+ * Redistributions of source code must retain the above copyright
2299
+ notice, this list of conditions and the following disclaimer.
2300
+ * Redistributions in binary form must reproduce the above copyright
2301
+ notice, this list of conditions and the following disclaimer in the
2302
+ documentation and/or other materials provided with the distribution.
2303
+ * Neither the name of the Gajus Kuizinas (http://gajus.com/) nor the
2304
+ names of its contributors may be used to endorse or promote products
2305
+ derived from this software without specific prior written permission.
2306
+
2307
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2308
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2309
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2310
+ DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY
2311
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2312
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2313
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2314
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2315
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2316
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2317
+
2318
+ ```
2319
+
2230
2320
  ### eslint-plugin-node
2231
2321
 
2232
2322
  This product includes source derived from [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) ([v11.1.0](https://github.com/mysticatea/eslint-plugin-node/tree/v11.1.0)), distributed under the [MIT License](https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/LICENSE):
@@ -2348,38 +2438,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2348
2438
 
2349
2439
  ```
2350
2440
 
2351
- ### fastify
2352
-
2353
- This product includes source derived from [fastify](https://github.com/fastify/fastify) ([v2.15.3](https://github.com/fastify/fastify/tree/v2.15.3)), distributed under the [MIT License](https://github.com/fastify/fastify/blob/v2.15.3/LICENSE):
2354
-
2355
- ```
2356
- MIT License
2357
-
2358
- Copyright (c) 2016-2020 The Fastify Team
2359
-
2360
- The Fastify team members are listed at https://github.com/fastify/fastify#team
2361
- and in the README file.
2362
-
2363
- Permission is hereby granted, free of charge, to any person obtaining a copy
2364
- of this software and associated documentation files (the "Software"), to deal
2365
- in the Software without restriction, including without limitation the rights
2366
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2367
- copies of the Software, and to permit persons to whom the Software is
2368
- furnished to do so, subject to the following conditions:
2369
-
2370
- The above copyright notice and this permission notice shall be included in all
2371
- copies or substantial portions of the Software.
2372
-
2373
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2374
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2375
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2376
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2377
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2378
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2379
- SOFTWARE.
2380
-
2381
- ```
2382
-
2383
2441
  ### generic-pool
2384
2442
 
2385
2443
  This product includes source derived from [generic-pool](https://github.com/coopernurse/node-pool) ([v3.8.2](https://github.com/coopernurse/node-pool/tree/v3.8.2)), distributed under the [MIT License](https://github.com/coopernurse/node-pool/blob/v3.8.2/README.md):
@@ -2442,37 +2500,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2442
2500
 
2443
2501
  ```
2444
2502
 
2445
- ### http-errors
2446
-
2447
- This product includes source derived from [http-errors](https://github.com/jshttp/http-errors) ([v1.8.0](https://github.com/jshttp/http-errors/tree/v1.8.0)), distributed under the [MIT License](https://github.com/jshttp/http-errors/blob/v1.8.0/LICENSE):
2448
-
2449
- ```
2450
-
2451
- The MIT License (MIT)
2452
-
2453
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
2454
- Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
2455
-
2456
- Permission is hereby granted, free of charge, to any person obtaining a copy
2457
- of this software and associated documentation files (the "Software"), to deal
2458
- in the Software without restriction, including without limitation the rights
2459
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2460
- copies of the Software, and to permit persons to whom the Software is
2461
- furnished to do so, subject to the following conditions:
2462
-
2463
- The above copyright notice and this permission notice shall be included in
2464
- all copies or substantial portions of the Software.
2465
-
2466
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2467
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2468
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2469
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2470
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2471
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2472
- THE SOFTWARE.
2473
-
2474
- ```
2475
-
2476
2503
  ### husky
2477
2504
 
2478
2505
  This product includes source derived from [husky](https://github.com/typicode/husky) ([v6.0.0](https://github.com/typicode/husky/tree/v6.0.0)), distributed under the [MIT License](https://github.com/typicode/husky/blob/v6.0.0/LICENSE):
@@ -3265,7 +3292,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3265
3292
 
3266
3293
  ### tap
3267
3294
 
3268
- This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.0.9](https://github.com/tapjs/node-tap/tree/v15.0.9)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v15.0.9/LICENSE):
3295
+ This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.0.10](https://github.com/tapjs/node-tap/tree/v15.0.10)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v15.0.10/LICENSE):
3269
3296
 
3270
3297
  ```
3271
3298
  The ISC License