step-node-agent 3.18.5 → 3.20.0

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 (87) hide show
  1. package/node_modules/body-parser/HISTORY.md +6 -0
  2. package/node_modules/body-parser/README.md +1 -1
  3. package/node_modules/body-parser/index.js +8 -9
  4. package/node_modules/body-parser/package.json +8 -8
  5. package/node_modules/capture-stack-trace/license +2 -1
  6. package/node_modules/capture-stack-trace/package.json +28 -27
  7. package/node_modules/capture-stack-trace/readme.md +1 -5
  8. package/node_modules/duplexer3/license +10 -0
  9. package/node_modules/duplexer3/package.json +25 -26
  10. package/node_modules/duplexer3/{README.md → readme.md} +25 -41
  11. package/node_modules/express/History.md +9 -0
  12. package/node_modules/express/Readme.md +2 -2
  13. package/node_modules/express/lib/router/route.js +8 -8
  14. package/node_modules/express/package.json +7 -7
  15. package/node_modules/get-intrinsic/CHANGELOG.md +7 -0
  16. package/node_modules/get-intrinsic/index.js +1 -1
  17. package/node_modules/get-intrinsic/package.json +7 -4
  18. package/node_modules/is-callable/.editorconfig +5 -0
  19. package/node_modules/is-callable/.eslintrc +0 -11
  20. package/node_modules/is-callable/CHANGELOG.md +50 -0
  21. package/node_modules/is-callable/README.md +16 -0
  22. package/node_modules/is-callable/index.js +35 -8
  23. package/node_modules/is-callable/package.json +27 -13
  24. package/node_modules/is-callable/test/index.js +86 -12
  25. package/node_modules/is-core-module/CHANGELOG.md +7 -0
  26. package/node_modules/is-core-module/core.json +1 -1
  27. package/node_modules/is-core-module/package.json +1 -1
  28. package/node_modules/is-core-module/test/index.js +1 -1
  29. package/node_modules/minimist/.eslintrc +54 -0
  30. package/node_modules/minimist/.github/FUNDING.yml +12 -0
  31. package/node_modules/minimist/.nycrc +14 -0
  32. package/node_modules/minimist/CHANGELOG.md +212 -0
  33. package/node_modules/minimist/{readme.markdown → README.md} +20 -1
  34. package/node_modules/minimist/package.json +39 -9
  35. package/node_modules/psl/.env +0 -0
  36. package/node_modules/psl/README.md +1 -5
  37. package/node_modules/psl/data/rules.json +718 -176
  38. package/node_modules/psl/dist/psl.js +720 -178
  39. package/node_modules/psl/dist/psl.min.js +1 -1
  40. package/node_modules/psl/package.json +16 -17
  41. package/node_modules/qs/.editorconfig +3 -0
  42. package/node_modules/qs/.eslintrc +5 -5
  43. package/node_modules/qs/CHANGELOG.md +158 -0
  44. package/node_modules/qs/README.md +3 -1
  45. package/node_modules/qs/dist/qs.js +19 -9
  46. package/node_modules/qs/lib/stringify.js +12 -3
  47. package/node_modules/qs/package.json +16 -12
  48. package/node_modules/qs/test/parse.js +14 -0
  49. package/node_modules/qs/test/stringify.js +54 -10
  50. package/node_modules/resolve/lib/async.js +1 -1
  51. package/node_modules/resolve/lib/core.json +1 -0
  52. package/node_modules/resolve/lib/sync.js +1 -1
  53. package/node_modules/resolve/package.json +14 -5
  54. package/node_modules/resolve/test/core.js +8 -1
  55. package/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  56. package/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  57. package/node_modules/resolve/test/resolver.js +49 -0
  58. package/node_modules/resolve/test/resolver_sync.js +82 -1
  59. package/node_modules/underscore/amd/_set.js +21 -0
  60. package/node_modules/underscore/amd/_setup.js +1 -1
  61. package/node_modules/underscore/amd/set.js +15 -0
  62. package/node_modules/underscore/cjs/_set.js +21 -0
  63. package/node_modules/underscore/cjs/_setup.js +1 -1
  64. package/node_modules/underscore/cjs/set.js +15 -0
  65. package/node_modules/underscore/modules/_setup.js +1 -1
  66. package/node_modules/underscore/modules/index.js +1 -1
  67. package/node_modules/underscore/modules/package.json +1 -1
  68. package/node_modules/underscore/package.json +12 -10
  69. package/node_modules/underscore/underscore-esm-min.js +2 -2
  70. package/node_modules/underscore/underscore-esm.js +2 -2
  71. package/node_modules/underscore/underscore-min.js +2 -2
  72. package/node_modules/underscore/underscore-node-f.cjs +2 -2
  73. package/node_modules/underscore/underscore-node.cjs +1 -1
  74. package/node_modules/underscore/underscore-node.mjs +1 -1
  75. package/node_modules/underscore/underscore-umd-min.js +2 -2
  76. package/node_modules/underscore/underscore-umd.js +2 -2
  77. package/node_modules/underscore/underscore.js +2 -2
  78. package/package.json +1 -1
  79. package/node_modules/duplexer3/LICENSE.md +0 -26
  80. package/node_modules/is-callable/.eslintignore +0 -1
  81. package/node_modules/is-callable/.istanbul.yml +0 -47
  82. package/node_modules/minimist/.travis.yml +0 -8
  83. package/node_modules/path-exists/index.js +0 -17
  84. package/node_modules/path-exists/license +0 -21
  85. package/node_modules/path-exists/package.json +0 -40
  86. package/node_modules/path-exists/readme.md +0 -50
  87. package/node_modules/resolve/appveyor.yml +0 -76
@@ -1,3 +1,9 @@
1
+ 1.20.1 / 2022-10-06
2
+ ===================
3
+
4
+ * deps: qs@6.11.0
5
+ * perf: remove unnecessary object clone
6
+
1
7
  1.20.0 / 2022-04-02
2
8
  ===================
3
9
 
@@ -346,7 +346,7 @@ call `req.setEncoding` when using this module. The `status` property is set to
346
346
 
347
347
  This error will occur when the request is no longer readable when this middleware
348
348
  attempts to read it. This typically means something other than a middleware from
349
- this module read the reqest body already and the middleware was also configured to
349
+ this module read the request body already and the middleware was also configured to
350
350
  read the same request. The `status` property is set to `500` and the `type`
351
351
  property is set to `'stream.not.readable'`.
352
352
 
@@ -91,16 +91,15 @@ Object.defineProperty(exports, 'urlencoded', {
91
91
  */
92
92
 
93
93
  function bodyParser (options) {
94
- var opts = {}
95
-
96
- // exclude type option
97
- if (options) {
98
- for (var prop in options) {
99
- if (prop !== 'type') {
100
- opts[prop] = options[prop]
101
- }
94
+ // use default type for parsers
95
+ var opts = Object.create(options || null, {
96
+ type: {
97
+ configurable: true,
98
+ enumerable: true,
99
+ value: undefined,
100
+ writable: true
102
101
  }
103
- }
102
+ })
104
103
 
105
104
  var _urlencoded = exports.urlencoded(opts)
106
105
  var _json = exports.json(opts)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "body-parser",
3
3
  "description": "Node.js body parsing middleware",
4
- "version": "1.20.0",
4
+ "version": "1.20.1",
5
5
  "contributors": [
6
6
  "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
7
  "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
@@ -17,24 +17,24 @@
17
17
  "http-errors": "2.0.0",
18
18
  "iconv-lite": "0.4.24",
19
19
  "on-finished": "2.4.1",
20
- "qs": "6.10.3",
20
+ "qs": "6.11.0",
21
21
  "raw-body": "2.5.1",
22
22
  "type-is": "~1.6.18",
23
23
  "unpipe": "1.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "eslint": "7.32.0",
26
+ "eslint": "8.24.0",
27
27
  "eslint-config-standard": "14.1.1",
28
- "eslint-plugin-import": "2.25.4",
29
- "eslint-plugin-markdown": "2.2.1",
28
+ "eslint-plugin-import": "2.26.0",
29
+ "eslint-plugin-markdown": "3.0.0",
30
30
  "eslint-plugin-node": "11.1.0",
31
- "eslint-plugin-promise": "5.2.0",
31
+ "eslint-plugin-promise": "6.0.1",
32
32
  "eslint-plugin-standard": "4.1.0",
33
33
  "methods": "1.1.2",
34
- "mocha": "9.2.2",
34
+ "mocha": "10.0.0",
35
35
  "nyc": "15.1.0",
36
36
  "safe-buffer": "5.2.1",
37
- "supertest": "6.2.2"
37
+ "supertest": "6.3.0"
38
38
  },
39
39
  "files": [
40
40
  "lib/",
@@ -1,6 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (https://github.com/floatdrop)
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
@@ -1,29 +1,30 @@
1
1
  {
2
- "name": "capture-stack-trace",
3
- "version": "1.0.1",
4
- "description": "Error.captureStackTrace ponyfill",
5
- "license": "MIT",
6
- "repository": "floatdrop/capture-stack-trace",
7
- "author": {
8
- "name": "Vsevolod Strukchinsky",
9
- "email": "floatdrop@gmail.com",
10
- "url": "github.com/floatdrop"
11
- },
12
- "engines": {
13
- "node": ">=0.10.0"
14
- },
15
- "scripts": {
16
- "test": "mocha"
17
- },
18
- "files": [
19
- "index.js"
20
- ],
21
- "keywords": [
22
- "Error",
23
- "captureStackTrace"
24
- ],
25
- "dependencies": {},
26
- "devDependencies": {
27
- "mocha": "*"
28
- }
2
+ "name": "capture-stack-trace",
3
+ "version": "1.0.2",
4
+ "description": "Error.captureStackTrace ponyfill",
5
+ "license": "MIT",
6
+ "repository": "sindresorhus/capture-stack-trace",
7
+ "funding": "https://github.com/sponsors/sindresorhus",
8
+ "author": {
9
+ "name": "Vsevolod Strukchinsky",
10
+ "email": "floatdrop@gmail.com",
11
+ "url": "https://github.com/floatdrop"
12
+ },
13
+ "engines": {
14
+ "node": ">=0.10.0"
15
+ },
16
+ "scripts": {
17
+ "test": "mocha"
18
+ },
19
+ "files": [
20
+ "index.js"
21
+ ],
22
+ "keywords": [
23
+ "error",
24
+ "captureStackTrace"
25
+ ],
26
+ "dependencies": {},
27
+ "devDependencies": {
28
+ "mocha": "*"
29
+ }
29
30
  }
@@ -1,4 +1,4 @@
1
- # capture-stack-trace [![Build Status](https://travis-ci.org/floatdrop/capture-stack-trace.svg?branch=master)](https://travis-ci.org/floatdrop/capture-stack-trace)
1
+ # capture-stack-trace
2
2
 
3
3
  > Ponyfill for Error.captureStackTrace
4
4
 
@@ -30,7 +30,3 @@ captureStackTrace({});
30
30
  Type: `Object`
31
31
 
32
32
  Target Object, that will recieve stack property.
33
-
34
- ## License
35
-
36
- MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
@@ -0,0 +1,10 @@
1
+ Copyright (c) 2022, Sindre Sorhus.
2
+ Copyright (c) 2020, Vsevolod Strukchinsky.
3
+ Copyright (c) 2013, Deoxxa Development.
4
+
5
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6
+
7
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,28 +1,27 @@
1
1
  {
2
- "name": "duplexer3",
3
- "version": "0.1.4",
4
- "description": "Like duplexer but using streams3",
5
- "engine": {
6
- "node": ">=4"
7
- },
8
- "files": [
9
- "index.js"
10
- ],
11
- "scripts": {
12
- "test": "mocha -R tap"
13
- },
14
- "repository": "floatdrop/duplexer3",
15
- "keywords": [
16
- "duplex",
17
- "duplexer",
18
- "stream",
19
- "stream3",
20
- "join",
21
- "combine"
22
- ],
23
- "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
24
- "license": "BSD-3-Clause",
25
- "devDependencies": {
26
- "mocha": "^2.2.5"
27
- }
2
+ "name": "duplexer3",
3
+ "version": "0.1.5",
4
+ "description": "Like duplexer but using streams3",
5
+ "engine": {
6
+ "node": ">=4"
7
+ },
8
+ "files": [
9
+ "index.js"
10
+ ],
11
+ "scripts": {
12
+ "test": "mocha -R tap"
13
+ },
14
+ "repository": "sindresorhus/duplexer3",
15
+ "keywords": [
16
+ "duplex",
17
+ "duplexer",
18
+ "stream",
19
+ "stream3",
20
+ "join",
21
+ "combine"
22
+ ],
23
+ "license": "BSD-3-Clause",
24
+ "devDependencies": {
25
+ "mocha": "^2.2.5"
26
+ }
28
27
  }
@@ -1,54 +1,53 @@
1
- # duplexer3 [![Build Status](https://travis-ci.org/floatdrop/duplexer3.svg?branch=master)](https://travis-ci.org/floatdrop/duplexer3) [![Coverage Status](https://coveralls.io/repos/floatdrop/duplexer3/badge.svg?branch=master&service=github)](https://coveralls.io/github/floatdrop/duplexer3?branch=master)
1
+ # duplexer3
2
2
 
3
- Like [duplexer2](https://github.com/deoxxa/duplexer2) but using Streams3 without readable-stream dependency
3
+ Like [`duplexer2`](https://github.com/deoxxa/duplexer2) but using Streams3 without readable-stream dependency
4
4
 
5
- ```javascript
5
+ ```js
6
6
  var stream = require("stream");
7
-
8
7
  var duplexer3 = require("duplexer3");
9
8
 
10
9
  var writable = new stream.Writable({objectMode: true}),
11
- readable = new stream.Readable({objectMode: true});
10
+ readable = new stream.Readable({objectMode: true});
12
11
 
13
12
  writable._write = function _write(input, encoding, done) {
14
- if (readable.push(input)) {
15
- return done();
16
- } else {
17
- readable.once("drain", done);
18
- }
13
+ if (readable.push(input)) {
14
+ return done();
15
+ } else {
16
+ readable.once("drain", done);
17
+ }
19
18
  };
20
19
 
21
20
  readable._read = function _read(n) {
22
- // no-op
21
+ // no-op
23
22
  };
24
23
 
25
24
  // simulate the readable thing closing after a bit
26
25
  writable.once("finish", function() {
27
- setTimeout(function() {
28
- readable.push(null);
29
- }, 500);
26
+ setTimeout(function() {
27
+ readable.push(null);
28
+ }, 500);
30
29
  });
31
30
 
32
31
  var duplex = duplexer3(writable, readable);
33
32
 
34
33
  duplex.on("data", function(e) {
35
- console.log("got data", JSON.stringify(e));
34
+ console.log("got data", JSON.stringify(e));
36
35
  });
37
36
 
38
37
  duplex.on("finish", function() {
39
- console.log("got finish event");
38
+ console.log("got finish event");
40
39
  });
41
40
 
42
41
  duplex.on("end", function() {
43
- console.log("got end event");
42
+ console.log("got end event");
44
43
  });
45
44
 
46
45
  duplex.write("oh, hi there", function() {
47
- console.log("finished writing");
46
+ console.log("finished writing");
48
47
  });
49
48
 
50
49
  duplex.end(function() {
51
- console.log("finished ending");
50
+ console.log("finished ending");
52
51
  });
53
52
  ```
54
53
 
@@ -66,14 +65,10 @@ This is a reimplementation of [duplexer](https://www.npmjs.com/package/duplexer)
66
65
  Streams3 API which is standard in Node as of v4. Everything largely
67
66
  works the same.
68
67
 
68
+ ## Install
69
69
 
70
-
71
- ## Installation
72
-
73
- [Available via `npm`](https://docs.npmjs.com/cli/install):
74
-
75
- ```
76
- $ npm i duplexer3
70
+ ```sh
71
+ npm install duplexer3
77
72
  ```
78
73
 
79
74
  ## API
@@ -83,33 +78,22 @@ $ npm i duplexer3
83
78
  Creates a new `DuplexWrapper` object, which is the actual class that implements
84
79
  most of the fun stuff. All that fun stuff is hidden. DON'T LOOK.
85
80
 
86
- ```javascript
81
+ ```js
87
82
  duplexer3([options], writable, readable)
88
83
  ```
89
84
 
90
- ```javascript
85
+ ```js
91
86
  const duplex = duplexer3(new stream.Writable(), new stream.Readable());
92
87
  ```
93
88
 
94
89
  Arguments
95
90
 
96
91
  * __options__ - an object specifying the regular `stream.Duplex` options, as
97
- well as the properties described below.
92
+ well as the properties described below.
98
93
  * __writable__ - a writable stream
99
94
  * __readable__ - a readable stream
100
95
 
101
96
  Options
102
97
 
103
98
  * __bubbleErrors__ - a boolean value that specifies whether to bubble errors
104
- from the underlying readable/writable streams. Default is `true`.
105
-
106
-
107
- ## License
108
-
109
- 3-clause BSD. [A copy](./LICENSE) is included with the source.
110
-
111
- ## Contact
112
-
113
- * GitHub ([deoxxa](http://github.com/deoxxa))
114
- * Twitter ([@deoxxa](http://twitter.com/deoxxa))
115
- * Email ([deoxxa@fknsrs.biz](mailto:deoxxa@fknsrs.biz))
99
+ from the underlying readable/writable streams. Default is `true`.
@@ -1,3 +1,12 @@
1
+ 4.18.2 / 2022-10-08
2
+ ===================
3
+
4
+ * Fix regression routing a large stack in a single route
5
+ * deps: body-parser@1.20.1
6
+ - deps: qs@6.11.0
7
+ - perf: remove unnecessary object clone
8
+ * deps: qs@6.11.0
9
+
1
10
  4.18.1 / 2022-04-29
2
11
  ===================
3
12
 
@@ -1,6 +1,6 @@
1
1
  [![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)
2
2
 
3
- Fast, unopinionated, minimalist web framework for [node](http://nodejs.org).
3
+ Fast, unopinionated, minimalist web framework for [Node.js](http://nodejs.org).
4
4
 
5
5
  [![NPM Version][npm-version-image]][npm-url]
6
6
  [![NPM Install Size][npm-install-size-image]][npm-install-size-url]
@@ -51,7 +51,7 @@ for more information.
51
51
  ## Docs & Community
52
52
 
53
53
  * [Website and Documentation](http://expressjs.com/) - [[website repo](https://github.com/expressjs/expressjs.com)]
54
- * [#express](https://webchat.freenode.net/?channels=express) on freenode IRC
54
+ * [#express](https://web.libera.chat/#express) on [Libera Chat](https://libera.chat) IRC
55
55
  * [GitHub Organization](https://github.com/expressjs) for Official Middleware & Modules
56
56
  * Visit the [Wiki](https://github.com/expressjs/express/wiki)
57
57
  * [Google Group](https://groups.google.com/group/express-js) for discussion
@@ -124,21 +124,21 @@ Route.prototype.dispatch = function dispatch(req, res, done) {
124
124
  return done(err)
125
125
  }
126
126
 
127
- var layer = stack[idx++];
128
- if (!layer) {
129
- return done(err);
130
- }
131
-
132
127
  // max sync stack
133
128
  if (++sync > 100) {
134
129
  return setImmediate(next, err)
135
130
  }
136
131
 
137
- if (layer.method && layer.method !== method) {
138
- return next(err);
132
+ var layer = stack[idx++]
133
+
134
+ // end of layers
135
+ if (!layer) {
136
+ return done(err)
139
137
  }
140
138
 
141
- if (err) {
139
+ if (layer.method && layer.method !== method) {
140
+ next(err)
141
+ } else if (err) {
142
142
  layer.handle_error(err, req, res, next);
143
143
  } else {
144
144
  layer.handle_request(req, res, next);
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "express",
3
3
  "description": "Fast, unopinionated, minimalist web framework",
4
- "version": "4.18.1",
4
+ "version": "4.18.2",
5
5
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
6
6
  "contributors": [
7
7
  "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "accepts": "~1.3.8",
32
32
  "array-flatten": "1.1.1",
33
- "body-parser": "1.20.0",
33
+ "body-parser": "1.20.1",
34
34
  "content-disposition": "0.5.4",
35
35
  "content-type": "~1.0.4",
36
36
  "cookie": "0.5.0",
@@ -49,7 +49,7 @@
49
49
  "parseurl": "~1.3.3",
50
50
  "path-to-regexp": "0.1.7",
51
51
  "proxy-addr": "~2.0.7",
52
- "qs": "6.10.3",
52
+ "qs": "6.11.0",
53
53
  "range-parser": "~1.2.1",
54
54
  "safe-buffer": "5.2.1",
55
55
  "send": "0.18.0",
@@ -65,18 +65,18 @@
65
65
  "connect-redis": "3.4.2",
66
66
  "cookie-parser": "1.4.6",
67
67
  "cookie-session": "2.0.0",
68
- "ejs": "3.1.7",
69
- "eslint": "7.32.0",
68
+ "ejs": "3.1.8",
69
+ "eslint": "8.24.0",
70
70
  "express-session": "1.17.2",
71
71
  "hbs": "4.2.0",
72
72
  "marked": "0.7.0",
73
73
  "method-override": "3.0.0",
74
- "mocha": "9.2.2",
74
+ "mocha": "10.0.0",
75
75
  "morgan": "1.10.0",
76
76
  "multiparty": "4.2.3",
77
77
  "nyc": "15.1.0",
78
78
  "pbkdf2-password": "1.2.1",
79
- "supertest": "6.2.3",
79
+ "supertest": "6.3.0",
80
80
  "vhost": "~3.0.2"
81
81
  },
82
82
  "engines": {
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.1.3](https://github.com/ljharb/get-intrinsic/compare/v1.1.2...v1.1.3) - 2022-09-12
9
+
10
+ ### Commits
11
+
12
+ - [Dev Deps] update `es-abstract`, `es-value-fixtures`, `tape` [`07ff291`](https://github.com/ljharb/get-intrinsic/commit/07ff291816406ebe5a12d7f16965bde0942dd688)
13
+ - [Fix] properly check for % signs [`50ac176`](https://github.com/ljharb/get-intrinsic/commit/50ac1760fe99c227e64eabde76e9c0e44cd881b5)
14
+
8
15
  ## [v1.1.2](https://github.com/ljharb/get-intrinsic/compare/v1.1.1...v1.1.2) - 2022-06-08
9
16
 
10
17
  ### Fixed
@@ -258,7 +258,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
258
258
  throw new $TypeError('"allowMissing" argument must be a boolean');
259
259
  }
260
260
 
261
- if ($exec(/^%?[^%]*%?$/g, name) === null) {
261
+ if ($exec(/^%?[^%]*%?$/, name) === null) {
262
262
  throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');
263
263
  }
264
264
  var parts = stringToPath(name);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-intrinsic",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Get and robustly cache all JS language-level intrinsics at first require time",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -52,8 +52,8 @@
52
52
  "aud": "^2.0.0",
53
53
  "auto-changelog": "^2.4.0",
54
54
  "call-bind": "^1.0.2",
55
- "es-abstract": "^1.20.1",
56
- "es-value-fixtures": "^1.4.1",
55
+ "es-abstract": "^1.20.2",
56
+ "es-value-fixtures": "^1.4.2",
57
57
  "eslint": "=8.8.0",
58
58
  "evalmd": "^0.0.19",
59
59
  "for-each": "^0.3.3",
@@ -65,7 +65,7 @@
65
65
  "nyc": "^10.3.2",
66
66
  "object-inspect": "^1.12.2",
67
67
  "safe-publish-latest": "^2.0.0",
68
- "tape": "^5.5.3"
68
+ "tape": "^5.6.0"
69
69
  },
70
70
  "auto-changelog": {
71
71
  "output": "CHANGELOG.md",
@@ -80,6 +80,9 @@
80
80
  "has": "^1.0.3",
81
81
  "has-symbols": "^1.0.3"
82
82
  },
83
+ "testling": {
84
+ "files": "test/GetIntrinsic.js"
85
+ },
83
86
  "publishConfig": {
84
87
  "ignore": [
85
88
  ".github/workflows"
@@ -14,6 +14,11 @@ indent_style = space
14
14
  indent_size = 2
15
15
  max_line_length = off
16
16
 
17
+ [README.md]
18
+ indent_style = off
19
+ indent_size = off
20
+ max_line_length = off
21
+
17
22
  [*.json]
18
23
  max_line_length = off
19
24
 
@@ -5,17 +5,6 @@
5
5
 
6
6
  "rules": {
7
7
  "id-length": 0,
8
- "max-statements": [2, 14],
9
8
  "max-statements-per-line": [2, { "max": 2 }],
10
- "operator-linebreak": [2, "before"],
11
9
  },
12
-
13
- "overrides": [
14
- {
15
- "files": "test/**",
16
- "rules": {
17
- "no-throw-literal": 0,
18
- },
19
- },
20
- ],
21
10
  }
@@ -1,3 +1,53 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v1.2.7](https://github.com/inspect-js/is-callable/compare/v1.2.6...v1.2.7) - 2022-09-23
9
+
10
+ ### Commits
11
+
12
+ - [Fix] recognize `document.all` in IE 6-10 [`06c1db2`](https://github.com/inspect-js/is-callable/commit/06c1db2b9b2e0f28428e1293eb572f8f93871ec7)
13
+ - [Tests] improve logic for FF 20-35 [`0f7d9b9`](https://github.com/inspect-js/is-callable/commit/0f7d9b9c7fe149ca87e71f0a125ade251a6a578c)
14
+ - [Fix] handle `document.all` in FF 27 (and +, probably) [`696c661`](https://github.com/inspect-js/is-callable/commit/696c661b8c0810c2d05ab172f1607f4e77ddf81e)
15
+ - [Tests] fix proxy tests in FF 42-63 [`985df0d`](https://github.com/inspect-js/is-callable/commit/985df0dd36f8cfe6f1993657b7c0f4cfc19dae30)
16
+ - [readme] update tested browsers [`389e919`](https://github.com/inspect-js/is-callable/commit/389e919493b1cb2010126b0411e5291bf76169bd)
17
+ - [Fix] detect `document.all` in Opera 12.16 [`b9f1022`](https://github.com/inspect-js/is-callable/commit/b9f1022b3d7e466b7f09080bd64c253caf644325)
18
+ - [Fix] HTML elements: properly report as callable in Opera 12.16 [`17391fe`](https://github.com/inspect-js/is-callable/commit/17391fe02b895777c4337be28dca3b364b743b34)
19
+ - [Tests] fix inverted logic in FF3 test [`056ebd4`](https://github.com/inspect-js/is-callable/commit/056ebd48790f46ca18ff5b12f51b44c08ccc3595)
20
+
21
+ ## [v1.2.6](https://github.com/inspect-js/is-callable/compare/v1.2.5...v1.2.6) - 2022-09-14
22
+
23
+ ### Commits
24
+
25
+ - [Fix] work for `document.all` in Firefox 3 and IE 6-8 [`015132a`](https://github.com/inspect-js/is-callable/commit/015132aaef886ec777b5b3593ef4ce461dd0c7d4)
26
+ - [Test] skip function toString check for nullish values [`8698116`](https://github.com/inspect-js/is-callable/commit/8698116f95eb59df8b48ec8e4585fc1cdd8cae9f)
27
+ - [readme] add "supported engines" section [`0442207`](https://github.com/inspect-js/is-callable/commit/0442207a89a1554d41ba36daf21862ef7ccbd500)
28
+ - [Tests] skip one of the fixture objects in FF 3.6 [`a501141`](https://github.com/inspect-js/is-callable/commit/a5011410bc6edb276c6ec8b47ce5c5d83c4bee15)
29
+ - [Tests] allow `class` constructor tests to fail in FF v45 - v54, which has undetectable classes [`b12e4a4`](https://github.com/inspect-js/is-callable/commit/b12e4a4d8c438678bd7710f9f896680150766b51)
30
+ - [Fix] Safari 4: regexes should not be considered callable [`4b732ff`](https://github.com/inspect-js/is-callable/commit/4b732ffa34346db3f0193ea4e46b7d4e637e6c82)
31
+ - [Fix] properly recognize `document.all` in Safari 4 [`3193735`](https://github.com/inspect-js/is-callable/commit/319373525dc4603346661641840cd9a3e0613136)
32
+
33
+ ## [v1.2.5](https://github.com/inspect-js/is-callable/compare/v1.2.4...v1.2.5) - 2022-09-11
34
+
35
+ ### Commits
36
+
37
+ - [actions] reuse common workflows [`5bb4b32`](https://github.com/inspect-js/is-callable/commit/5bb4b32dc93987328ab4f396601f751c4a7abd62)
38
+ - [meta] better `eccheck` command [`b9bd597`](https://github.com/inspect-js/is-callable/commit/b9bd597322b6e3a24c74c09881ca73e1d9f9f485)
39
+ - [meta] use `npmignore` to autogenerate an npmignore file [`3192d38`](https://github.com/inspect-js/is-callable/commit/3192d38527c7fc461d05d5aa93d47628e658bc45)
40
+ - [Fix] for HTML constructors, always use `tryFunctionObject` even in pre-toStringTag browsers [`3076ea2`](https://github.com/inspect-js/is-callable/commit/3076ea21d1f6ecc1cb711dcf1da08f257892c72b)
41
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `available-typed-arrays`, `object-inspect`, `safe-publish-latest`, `tape` [`8986746`](https://github.com/inspect-js/is-callable/commit/89867464c42adc5cd375ee074a4574b0295442cb)
42
+ - [meta] add `auto-changelog` [`7dda9d0`](https://github.com/inspect-js/is-callable/commit/7dda9d04e670a69ae566c8fa596da4ff4371e615)
43
+ - [Fix] properly report `document.all` [`da90b2b`](https://github.com/inspect-js/is-callable/commit/da90b2b68dc4f33702c2e01ad07b4f89bcb60984)
44
+ - [actions] update codecov uploader [`c8f847c`](https://github.com/inspect-js/is-callable/commit/c8f847c90e04e54ff73c7cfae86e96e94990e324)
45
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` [`899ae00`](https://github.com/inspect-js/is-callable/commit/899ae00b6abd10d81fc8bc7f02b345fd885d5f56)
46
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `es-value-fixtures`, `object-inspect`, `tape` [`344e913`](https://github.com/inspect-js/is-callable/commit/344e913b149609bf741aa7345fa32dc0b90d8893)
47
+ - [meta] remove greenkeeper config [`737dce5`](https://github.com/inspect-js/is-callable/commit/737dce5590b1abb16183a63cb9d7d26920b3b394)
48
+ - [meta] npmignore coverage output [`680a883`](https://github.com/inspect-js/is-callable/commit/680a8839071bf36a419fe66e1ced7a3303c27b28)
49
+
50
+ <!-- auto-changelog-above -->
1
51
  1.2.4 / 2021-08-05
2
52
  =================
3
53
  * [Fix] use `has-tostringtag` approach to behave correctly in the presence of symbol shams