step-node-agent 3.26.3 → 3.26.5

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 (106) hide show
  1. package/node_modules/call-bind/CHANGELOG.md +13 -0
  2. package/node_modules/call-bind/index.js +6 -17
  3. package/node_modules/call-bind/package.json +14 -16
  4. package/node_modules/call-bind/test/index.js +4 -10
  5. package/node_modules/call-bind-apply-helpers/.eslintrc +16 -0
  6. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  7. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  8. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
  9. package/node_modules/{has-proto → call-bind-apply-helpers}/LICENSE +1 -1
  10. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  11. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  12. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  13. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  14. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  15. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  16. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  17. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  18. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  19. package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
  20. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  21. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  22. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  23. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  24. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  25. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  26. package/node_modules/{has-proto → dunder-proto}/.github/FUNDING.yml +1 -1
  27. package/node_modules/dunder-proto/.nycrc +13 -0
  28. package/node_modules/dunder-proto/CHANGELOG.md +15 -0
  29. package/node_modules/dunder-proto/LICENSE +21 -0
  30. package/node_modules/dunder-proto/README.md +54 -0
  31. package/node_modules/dunder-proto/get.d.ts +5 -0
  32. package/node_modules/dunder-proto/get.js +23 -0
  33. package/node_modules/{has-proto → dunder-proto}/package.json +34 -36
  34. package/node_modules/dunder-proto/set.d.ts +5 -0
  35. package/node_modules/dunder-proto/set.js +29 -0
  36. package/node_modules/dunder-proto/test/get.js +34 -0
  37. package/node_modules/dunder-proto/test/index.js +4 -0
  38. package/node_modules/dunder-proto/test/set.js +41 -0
  39. package/node_modules/dunder-proto/tsconfig.json +9 -0
  40. package/node_modules/es-define-property/CHANGELOG.md +14 -0
  41. package/node_modules/es-define-property/index.js +1 -3
  42. package/node_modules/es-define-property/package.json +12 -12
  43. package/node_modules/es-define-property/test/index.js +1 -0
  44. package/node_modules/es-define-property/tsconfig.json +2 -42
  45. package/node_modules/express/History.md +10 -1
  46. package/node_modules/express/package.json +6 -2
  47. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  48. package/node_modules/get-intrinsic/index.js +20 -20
  49. package/node_modules/get-intrinsic/package.json +21 -19
  50. package/node_modules/get-intrinsic/test/GetIntrinsic.js +2 -2
  51. package/node_modules/gopd/CHANGELOG.md +20 -0
  52. package/node_modules/gopd/gOPD.d.ts +1 -0
  53. package/node_modules/gopd/gOPD.js +4 -0
  54. package/node_modules/gopd/index.d.ts +5 -0
  55. package/node_modules/gopd/index.js +2 -3
  56. package/node_modules/gopd/package.json +16 -10
  57. package/node_modules/gopd/test/index.js +2 -1
  58. package/node_modules/gopd/tsconfig.json +9 -0
  59. package/node_modules/has-symbols/CHANGELOG.md +16 -0
  60. package/node_modules/has-symbols/index.d.ts +3 -0
  61. package/node_modules/has-symbols/index.js +1 -0
  62. package/node_modules/has-symbols/package.json +19 -9
  63. package/node_modules/has-symbols/shams.d.ts +3 -0
  64. package/node_modules/has-symbols/shams.js +5 -2
  65. package/node_modules/has-symbols/test/shams/core-js.js +1 -0
  66. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
  67. package/node_modules/has-symbols/test/tests.js +4 -2
  68. package/node_modules/has-symbols/tsconfig.json +10 -0
  69. package/node_modules/path-to-regexp/index.js +13 -3
  70. package/node_modules/path-to-regexp/package.json +1 -1
  71. package/node_modules/psl/README.md +75 -31
  72. package/node_modules/psl/SECURITY.md +13 -0
  73. package/node_modules/psl/data/rules.js +9778 -0
  74. package/node_modules/psl/dist/psl.cjs +1 -0
  75. package/node_modules/psl/dist/psl.mjs +10008 -0
  76. package/node_modules/psl/dist/psl.umd.cjs +1 -0
  77. package/node_modules/psl/index.js +59 -81
  78. package/node_modules/psl/package.json +24 -15
  79. package/node_modules/psl/types/index.d.ts +52 -0
  80. package/node_modules/psl/types/test.ts +14 -0
  81. package/node_modules/psl/types/tsconfig.json +22 -0
  82. package/node_modules/psl/vite.config.js +20 -0
  83. package/node_modules/yaml/browser/dist/schema/json/schema.js +1 -1
  84. package/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +1 -1
  85. package/node_modules/yaml/browser/dist/stringify/stringifyString.js +20 -11
  86. package/node_modules/yaml/dist/schema/json/schema.js +1 -1
  87. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +1 -1
  88. package/node_modules/yaml/dist/stringify/stringifyString.js +20 -11
  89. package/node_modules/yaml/package.json +1 -1
  90. package/package.json +1 -1
  91. package/node_modules/has-proto/CHANGELOG.md +0 -38
  92. package/node_modules/has-proto/README.md +0 -38
  93. package/node_modules/has-proto/index.d.ts +0 -3
  94. package/node_modules/has-proto/index.js +0 -15
  95. package/node_modules/has-proto/test/index.js +0 -19
  96. package/node_modules/has-proto/tsconfig.json +0 -49
  97. package/node_modules/psl/browserstack.yml +0 -73
  98. package/node_modules/psl/data/rules.json +0 -9779
  99. package/node_modules/psl/dist/psl.js +0 -10498
  100. package/node_modules/psl/dist/psl.min.js +0 -1
  101. package/node_modules/psl/eslint.config.js +0 -9
  102. package/node_modules/psl/local.log +0 -12
  103. package/node_modules/psl/log/usage.log +0 -20
  104. package/node_modules/psl/playwright.config.js +0 -31
  105. package/node_modules/psl/test-results/.last-run.json +0 -4
  106. /package/node_modules/{has-proto → dunder-proto}/.eslintrc +0 -0
@@ -1,38 +0,0 @@
1
- # has-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
-
3
- [![github actions][actions-image]][actions-url]
4
- [![coverage][codecov-image]][codecov-url]
5
- [![License][license-image]][license-url]
6
- [![Downloads][downloads-image]][downloads-url]
7
-
8
- [![npm badge][npm-badge-png]][package-url]
9
-
10
- Does this environment have the ability to set the [[Prototype]] of an object on creation with `__proto__`?
11
-
12
- ## Example
13
-
14
- ```js
15
- var hasProto = require('has-proto');
16
- var assert = require('assert');
17
-
18
- assert.equal(typeof hasProto(), 'boolean');
19
- ```
20
-
21
- ## Tests
22
- Simply clone the repo, `npm install`, and run `npm test`
23
-
24
- [package-url]: https://npmjs.org/package/has-proto
25
- [npm-version-svg]: https://versionbadg.es/inspect-js/has-proto.svg
26
- [deps-svg]: https://david-dm.org/inspect-js/has-proto.svg
27
- [deps-url]: https://david-dm.org/inspect-js/has-proto
28
- [dev-deps-svg]: https://david-dm.org/inspect-js/has-proto/dev-status.svg
29
- [dev-deps-url]: https://david-dm.org/inspect-js/has-proto#info=devDependencies
30
- [npm-badge-png]: https://nodei.co/npm/has-proto.png?downloads=true&stars=true
31
- [license-image]: https://img.shields.io/npm/l/has-proto.svg
32
- [license-url]: LICENSE
33
- [downloads-image]: https://img.shields.io/npm/dm/has-proto.svg
34
- [downloads-url]: https://npm-stat.com/charts.html?package=has-proto
35
- [codecov-image]: https://codecov.io/gh/inspect-js/has-proto/branch/main/graphs/badge.svg
36
- [codecov-url]: https://app.codecov.io/gh/inspect-js/has-proto/
37
- [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/has-proto
38
- [actions-url]: https://github.com/inspect-js/has-proto/actions
@@ -1,3 +0,0 @@
1
- declare function hasProto(): boolean;
2
-
3
- export = hasProto;
@@ -1,15 +0,0 @@
1
- 'use strict';
2
-
3
- var test = {
4
- __proto__: null,
5
- foo: {}
6
- };
7
-
8
- var $Object = Object;
9
-
10
- /** @type {import('.')} */
11
- module.exports = function hasProto() {
12
- // @ts-expect-error: TS errors on an inherited property for some reason
13
- return { __proto__: test }.foo === test.foo
14
- && !(test instanceof $Object);
15
- };
@@ -1,19 +0,0 @@
1
- 'use strict';
2
-
3
- var test = require('tape');
4
- var hasProto = require('../');
5
-
6
- test('hasProto', function (t) {
7
- var result = hasProto();
8
- t.equal(typeof result, 'boolean', 'returns a boolean (' + result + ')');
9
-
10
- var obj = { __proto__: null };
11
- if (result) {
12
- t.notOk('toString' in obj, 'null object lacks toString');
13
- } else {
14
- t.ok('toString' in obj, 'without proto, null object has toString');
15
- t.equal(obj.__proto__, null); // eslint-disable-line no-proto
16
- }
17
-
18
- t.end();
19
- });
@@ -1,49 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- /* Visit https://aka.ms/tsconfig to read more about this file */
4
-
5
- /* Projects */
6
-
7
- /* Language and Environment */
8
- "target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
9
- // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
10
- // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
11
- "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
12
- // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
13
-
14
- /* Modules */
15
- "module": "commonjs", /* Specify what module code is generated. */
16
- // "rootDir": "./", /* Specify the root folder within your source files. */
17
- // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
18
- // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
19
- // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
20
- // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
21
- "typeRoots": ["types"], /* Specify multiple folders that act like './node_modules/@types'. */
22
- "resolveJsonModule": true, /* Enable importing .json files. */
23
- // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
24
-
25
- /* JavaScript Support */
26
- "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
27
- "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
28
- "maxNodeModuleJsDepth": 0, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
29
-
30
- /* Emit */
31
- "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
32
- "declarationMap": true, /* Create sourcemaps for d.ts files. */
33
- "noEmit": true, /* Disable emitting files from a compilation. */
34
-
35
- /* Interop Constraints */
36
- "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
37
- "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
38
- "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
39
-
40
- /* Type Checking */
41
- "strict": true, /* Enable all strict type-checking options. */
42
-
43
- /* Completeness */
44
- //"skipLibCheck": true /* Skip type checking all .d.ts files. */
45
- },
46
- "exclude": [
47
- "coverage"
48
- ]
49
- }
@@ -1,73 +0,0 @@
1
- # ======================
2
- # BrowserStack Reporting
3
- # ======================
4
- # The following capabilities are used to set up reporting on BrowserStack:
5
- # Set 'projectName' to the name of your project. Example, Marketing Website
6
- projectName: psl
7
- # Set `buildName` as the name of the job / testsuite being run
8
- buildName: browserstack build
9
- # `buildIdentifier` is a unique id to differentiate every execution that gets appended to
10
- # buildName. Choose your buildIdentifier format from the available expressions:
11
- # ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
12
- # ${DATE_TIME}: Generates a Timestamp with every execution. Eg. 05-Nov-19:30
13
- # Read more about buildIdentifiers here -> https://www.browserstack.com/docs/automate/selenium/organize-tests
14
- buildIdentifier: "#${BUILD_NUMBER}" # Supports strings along with either/both ${expression}
15
-
16
- # =======================================
17
- # Platforms (Browsers / Devices to test)
18
- # =======================================
19
- # Platforms object contains all the browser / device combinations you want to test on.
20
- # Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate)
21
- platforms:
22
- - os: Windows
23
- osVersion: 11
24
- browserName: chrome
25
- browserVersion: latest
26
- - os: OS X
27
- osVersion: Ventura
28
- browserName: playwright-webkit
29
- browserVersion: latest
30
- - os: Windows
31
- osVersion: 11
32
- browserName: playwright-firefox
33
- browserVersion: latest
34
-
35
- # =======================
36
- # Parallels per Platform
37
- # =======================
38
- # The number of parallel threads to be used for each platform set.
39
- # BrowserStack's SDK runner will select the best strategy based on the configured value
40
- #
41
- # Example 1 - If you have configured 3 platforms and set `parallelsPerPlatform` as 2, a total of 6 (2 * 3) parallel threads will be used on BrowserStack
42
- #
43
- # Example 2 - If you have configured 1 platform and set `parallelsPerPlatform` as 5, a total of 5 (1 * 5) parallel threads will be used on BrowserStack
44
- parallelsPerPlatform: 1
45
-
46
- # ==========================================
47
- # BrowserStack Local
48
- # (For localhost, staging/private websites)
49
- # ==========================================
50
- # Set browserStackLocal to true if your website under test is not accessible publicly over the internet
51
- # Learn more about how BrowserStack Local works here -> https://www.browserstack.com/docs/automate/selenium/local-testing-introduction
52
- browserstackLocal: true # <boolean> (Default false)
53
- # browserStackLocalOptions:
54
- # Options to be passed to BrowserStack local in-case of advanced configurations
55
- # localIdentifier: # <string> (Default: null) Needed if you need to run multiple instances of local.
56
- # forceLocal: true # <boolean> (Default: false) Set to true if you need to resolve all your traffic via BrowserStack Local tunnel.
57
- # Entire list of arguments available here -> https://www.browserstack.com/docs/automate/selenium/manage-incoming-connections
58
-
59
- framework: playwright
60
- source: node-js-playwright-sample-sdk:v1
61
-
62
- # ===================
63
- # Debugging features
64
- # ===================
65
- debug: false # <boolean> # Set to true if you need screenshots for every selenium command ran
66
- networkLogs: false # <boolean> Set to true to enable HAR logs capturing
67
- consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
68
- # Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)
69
- # CUSTOM_TAG_<INT>: # <string> (Default: parent folder name of the test file) Custom tag for your test suite
70
-
71
- # Test Observability is an intelligent test reporting & debugging product. It collects data using the SDK. Read more about what data is collected at https://www.browserstack.com/docs/test-observability/references/terms-and-conditions
72
- # Visit observability.browserstack.com to see your test reports and insights. To disable test observability, specify `testObservability: false` in the key below.
73
- testObservability: true