step-node-agent 3.24.0 → 3.24.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 (100) hide show
  1. package/README +3 -1
  2. package/api/controllers/controller.js +6 -0
  3. package/api/routes/routes.js +1 -0
  4. package/node_modules/call-bind/.eslintrc +0 -1
  5. package/node_modules/call-bind/.nycrc +0 -4
  6. package/node_modules/call-bind/CHANGELOG.md +35 -0
  7. package/node_modules/call-bind/README.md +63 -1
  8. package/node_modules/call-bind/index.js +10 -13
  9. package/node_modules/call-bind/package.json +33 -23
  10. package/node_modules/call-bind/test/callBound.js +0 -1
  11. package/node_modules/call-bind/test/index.js +18 -4
  12. package/node_modules/define-data-property/.eslintrc +24 -0
  13. package/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  14. package/node_modules/define-data-property/.nycrc +13 -0
  15. package/node_modules/define-data-property/CHANGELOG.md +41 -0
  16. package/node_modules/define-data-property/LICENSE +21 -0
  17. package/node_modules/define-data-property/README.md +67 -0
  18. package/node_modules/define-data-property/index.d.ts +3 -0
  19. package/node_modules/define-data-property/index.d.ts.map +1 -0
  20. package/node_modules/define-data-property/index.js +68 -0
  21. package/node_modules/define-data-property/package.json +113 -0
  22. package/node_modules/define-data-property/test/index.js +392 -0
  23. package/node_modules/define-data-property/tsconfig.json +59 -0
  24. package/node_modules/function-bind/.eslintrc +11 -5
  25. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  26. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  27. package/node_modules/function-bind/.nycrc +13 -0
  28. package/node_modules/function-bind/CHANGELOG.md +136 -0
  29. package/node_modules/function-bind/README.md +25 -27
  30. package/node_modules/function-bind/implementation.js +44 -12
  31. package/node_modules/function-bind/package.json +38 -14
  32. package/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  33. package/node_modules/get-intrinsic/index.js +1 -1
  34. package/node_modules/get-intrinsic/package.json +11 -11
  35. package/node_modules/gopd/.eslintrc +16 -0
  36. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  37. package/node_modules/gopd/CHANGELOG.md +25 -0
  38. package/node_modules/gopd/LICENSE +21 -0
  39. package/node_modules/gopd/README.md +40 -0
  40. package/node_modules/gopd/index.js +16 -0
  41. package/node_modules/gopd/package.json +71 -0
  42. package/node_modules/gopd/test/index.js +35 -0
  43. package/node_modules/has-property-descriptors/.eslintrc +13 -0
  44. package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  45. package/node_modules/has-property-descriptors/.nycrc +9 -0
  46. package/node_modules/has-property-descriptors/CHANGELOG.md +27 -0
  47. package/node_modules/has-property-descriptors/LICENSE +21 -0
  48. package/node_modules/has-property-descriptors/README.md +43 -0
  49. package/node_modules/has-property-descriptors/index.js +33 -0
  50. package/node_modules/has-property-descriptors/package.json +77 -0
  51. package/node_modules/has-property-descriptors/test/index.js +57 -0
  52. package/node_modules/hasown/.eslintrc +5 -0
  53. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  54. package/node_modules/hasown/.nycrc +13 -0
  55. package/node_modules/hasown/CHANGELOG.md +20 -0
  56. package/node_modules/hasown/LICENSE +21 -0
  57. package/node_modules/hasown/README.md +40 -0
  58. package/node_modules/hasown/index.d.ts +3 -0
  59. package/node_modules/hasown/index.d.ts.map +1 -0
  60. package/node_modules/hasown/index.js +8 -0
  61. package/node_modules/hasown/package.json +91 -0
  62. package/node_modules/hasown/tsconfig.json +49 -0
  63. package/node_modules/is-core-module/CHANGELOG.md +7 -0
  64. package/node_modules/is-core-module/index.js +2 -2
  65. package/node_modules/is-core-module/package.json +4 -4
  66. package/node_modules/object-inspect/CHANGELOG.md +19 -0
  67. package/node_modules/object-inspect/index.js +8 -0
  68. package/node_modules/object-inspect/package.json +8 -6
  69. package/node_modules/object-inspect/test/global.js +17 -0
  70. package/node_modules/punycode/README.md +23 -1
  71. package/node_modules/punycode/package.json +3 -3
  72. package/node_modules/punycode/punycode.es6.js +1 -1
  73. package/node_modules/punycode/punycode.js +1 -1
  74. package/node_modules/set-function-length/.eslintrc +27 -0
  75. package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  76. package/node_modules/set-function-length/.nycrc +13 -0
  77. package/node_modules/set-function-length/CHANGELOG.md +51 -0
  78. package/node_modules/set-function-length/LICENSE +21 -0
  79. package/node_modules/set-function-length/README.md +56 -0
  80. package/node_modules/set-function-length/env.d.ts +6 -0
  81. package/node_modules/set-function-length/env.d.ts.map +1 -0
  82. package/node_modules/set-function-length/env.js +24 -0
  83. package/node_modules/set-function-length/index.d.ts +7 -0
  84. package/node_modules/set-function-length/index.d.ts.map +1 -0
  85. package/node_modules/set-function-length/index.js +44 -0
  86. package/node_modules/set-function-length/package.json +103 -0
  87. package/node_modules/set-function-length/tsconfig.json +59 -0
  88. package/node_modules/sshpk/bin/sshpk-conv +6 -6
  89. package/node_modules/sshpk/lib/formats/pkcs8.js +24 -12
  90. package/node_modules/sshpk/package.json +2 -3
  91. package/package.json +2 -3
  92. package/node_modules/function-bind/.editorconfig +0 -20
  93. package/node_modules/function-bind/.jscs.json +0 -176
  94. package/node_modules/function-bind/.npmignore +0 -22
  95. package/node_modules/function-bind/.travis.yml +0 -168
  96. package/node_modules/has/LICENSE-MIT +0 -22
  97. package/node_modules/has/README.md +0 -18
  98. package/node_modules/has/package.json +0 -45
  99. package/node_modules/has/src/index.js +0 -8
  100. package/node_modules/has/test/index.js +0 -16
@@ -1,22 +0,0 @@
1
- Copyright (c) 2013 Thiago de Arruda
2
-
3
- Permission is hereby granted, free of charge, to any person
4
- obtaining a copy of this software and associated documentation
5
- files (the "Software"), to deal in the Software without
6
- restriction, including without limitation the rights to use,
7
- copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the
9
- Software is furnished to do so, subject to the following
10
- conditions:
11
-
12
- The above copyright notice and this permission notice shall be
13
- included in all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.
@@ -1,18 +0,0 @@
1
- # has
2
-
3
- > Object.prototype.hasOwnProperty.call shortcut
4
-
5
- ## Installation
6
-
7
- ```sh
8
- npm install --save has
9
- ```
10
-
11
- ## Usage
12
-
13
- ```js
14
- var has = require('has');
15
-
16
- has({}, 'hasOwnProperty'); // false
17
- has(Object.prototype, 'hasOwnProperty'); // true
18
- ```
@@ -1,45 +0,0 @@
1
- {
2
- "name": "has",
3
- "description": "Object.prototype.hasOwnProperty.call shortcut",
4
- "version": "1.0.4",
5
- "homepage": "https://github.com/tarruda/has",
6
- "author": {
7
- "name": "Thiago de Arruda",
8
- "email": "tpadilha84@gmail.com"
9
- },
10
- "contributors": [
11
- {
12
- "name": "Jordan Harband",
13
- "email": "ljharb@gmail.com",
14
- "url": "http://ljharb.codes"
15
- }
16
- ],
17
- "repository": {
18
- "type": "git",
19
- "url": "git://github.com/tarruda/has.git"
20
- },
21
- "bugs": {
22
- "url": "https://github.com/tarruda/has/issues"
23
- },
24
- "license": "MIT",
25
- "licenses": [
26
- {
27
- "type": "MIT",
28
- "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
29
- }
30
- ],
31
- "main": "./src",
32
- "devDependencies": {
33
- "@ljharb/eslint-config": "^12.2.1",
34
- "eslint": "^4.19.1",
35
- "tape": "^4.9.0"
36
- },
37
- "engines": {
38
- "node": ">= 0.4.0"
39
- },
40
- "scripts": {
41
- "lint": "eslint .",
42
- "pretest": "npm run lint",
43
- "test": "tape test"
44
- }
45
- }
@@ -1,8 +0,0 @@
1
- 'use strict';
2
-
3
- var hasOwnProperty = {}.hasOwnProperty;
4
- var call = Function.prototype.call;
5
-
6
- module.exports = call.bind ? call.bind(hasOwnProperty) : function (O, P) {
7
- return call.call(hasOwnProperty, O, P);
8
- };
@@ -1,16 +0,0 @@
1
- 'use strict';
2
-
3
- var test = require('tape');
4
- var has = require('../');
5
-
6
- test('has', function (t) {
7
- t.equal(has({}, 'hasOwnProperty'), false, 'object literal does not have own property "hasOwnProperty"');
8
- t.equal(has(Object.prototype, 'hasOwnProperty'), true, 'Object.prototype has own property "hasOwnProperty"');
9
- t['throws'](function () {
10
- has(null, 'throws');
11
- }, TypeError, 'calling has on null throws TypeError');
12
- t['throws'](function () {
13
- has(void 0, 'throws');
14
- }, TypeError, 'calling has on undefined throws TypeError');
15
- t.end();
16
- });