step-node-agent 3.22.4 → 3.22.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 (99) hide show
  1. package/node_modules/call-bind/.eslintrc +0 -1
  2. package/node_modules/call-bind/.nycrc +0 -4
  3. package/node_modules/call-bind/CHANGELOG.md +35 -0
  4. package/node_modules/call-bind/README.md +63 -1
  5. package/node_modules/call-bind/index.js +10 -13
  6. package/node_modules/call-bind/package.json +33 -23
  7. package/node_modules/call-bind/test/callBound.js +0 -1
  8. package/node_modules/call-bind/test/index.js +18 -4
  9. package/node_modules/define-data-property/.eslintrc +24 -0
  10. package/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  11. package/node_modules/define-data-property/.nycrc +13 -0
  12. package/node_modules/define-data-property/CHANGELOG.md +41 -0
  13. package/node_modules/define-data-property/LICENSE +21 -0
  14. package/node_modules/define-data-property/README.md +67 -0
  15. package/node_modules/define-data-property/index.d.ts +3 -0
  16. package/node_modules/define-data-property/index.d.ts.map +1 -0
  17. package/node_modules/define-data-property/index.js +68 -0
  18. package/node_modules/define-data-property/package.json +113 -0
  19. package/node_modules/define-data-property/test/index.js +392 -0
  20. package/node_modules/define-data-property/tsconfig.json +59 -0
  21. package/node_modules/function-bind/.eslintrc +11 -5
  22. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  23. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  24. package/node_modules/function-bind/.nycrc +13 -0
  25. package/node_modules/function-bind/CHANGELOG.md +136 -0
  26. package/node_modules/function-bind/README.md +25 -27
  27. package/node_modules/function-bind/implementation.js +44 -12
  28. package/node_modules/function-bind/package.json +38 -14
  29. package/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  30. package/node_modules/get-intrinsic/index.js +1 -1
  31. package/node_modules/get-intrinsic/package.json +11 -11
  32. package/node_modules/gopd/.eslintrc +16 -0
  33. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  34. package/node_modules/gopd/CHANGELOG.md +25 -0
  35. package/node_modules/gopd/LICENSE +21 -0
  36. package/node_modules/gopd/README.md +40 -0
  37. package/node_modules/gopd/index.js +16 -0
  38. package/node_modules/gopd/package.json +71 -0
  39. package/node_modules/gopd/test/index.js +35 -0
  40. package/node_modules/has-property-descriptors/.eslintrc +13 -0
  41. package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  42. package/node_modules/has-property-descriptors/.nycrc +9 -0
  43. package/node_modules/has-property-descriptors/CHANGELOG.md +27 -0
  44. package/node_modules/has-property-descriptors/LICENSE +21 -0
  45. package/node_modules/has-property-descriptors/README.md +43 -0
  46. package/node_modules/has-property-descriptors/index.js +33 -0
  47. package/node_modules/has-property-descriptors/package.json +77 -0
  48. package/node_modules/has-property-descriptors/test/index.js +57 -0
  49. package/node_modules/hasown/.eslintrc +5 -0
  50. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  51. package/node_modules/hasown/.nycrc +13 -0
  52. package/node_modules/hasown/CHANGELOG.md +20 -0
  53. package/node_modules/hasown/LICENSE +21 -0
  54. package/node_modules/hasown/README.md +40 -0
  55. package/node_modules/hasown/index.d.ts +3 -0
  56. package/node_modules/hasown/index.d.ts.map +1 -0
  57. package/node_modules/hasown/index.js +8 -0
  58. package/node_modules/hasown/package.json +91 -0
  59. package/node_modules/hasown/tsconfig.json +49 -0
  60. package/node_modules/is-core-module/CHANGELOG.md +7 -0
  61. package/node_modules/is-core-module/index.js +2 -2
  62. package/node_modules/is-core-module/package.json +4 -4
  63. package/node_modules/object-inspect/CHANGELOG.md +19 -0
  64. package/node_modules/object-inspect/index.js +8 -0
  65. package/node_modules/object-inspect/package.json +8 -6
  66. package/node_modules/object-inspect/test/global.js +17 -0
  67. package/node_modules/punycode/README.md +23 -1
  68. package/node_modules/punycode/package.json +3 -3
  69. package/node_modules/punycode/punycode.es6.js +1 -1
  70. package/node_modules/punycode/punycode.js +1 -1
  71. package/node_modules/resolve/.eslintrc +1 -1
  72. package/node_modules/resolve/package.json +4 -3
  73. package/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  74. package/node_modules/resolve/test/resolver.js +4 -2
  75. package/node_modules/resolve/test/resolver_sync.js +9 -5
  76. package/node_modules/set-function-length/.eslintrc +27 -0
  77. package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  78. package/node_modules/set-function-length/.nycrc +13 -0
  79. package/node_modules/set-function-length/CHANGELOG.md +41 -0
  80. package/node_modules/set-function-length/LICENSE +21 -0
  81. package/node_modules/set-function-length/README.md +56 -0
  82. package/node_modules/set-function-length/env.js +19 -0
  83. package/node_modules/set-function-length/index.js +41 -0
  84. package/node_modules/set-function-length/package.json +84 -0
  85. package/node_modules/sshpk/bin/sshpk-conv +6 -6
  86. package/node_modules/sshpk/lib/formats/pkcs8.js +24 -12
  87. package/node_modules/sshpk/package.json +2 -3
  88. package/package.json +1 -1
  89. package/node_modules/function-bind/.editorconfig +0 -20
  90. package/node_modules/function-bind/.jscs.json +0 -176
  91. package/node_modules/function-bind/.npmignore +0 -22
  92. package/node_modules/function-bind/.travis.yml +0 -168
  93. package/node_modules/has/LICENSE-MIT +0 -22
  94. package/node_modules/has/README.md +0 -18
  95. package/node_modules/has/package.json +0 -45
  96. package/node_modules/has/src/index.js +0 -8
  97. package/node_modules/has/test/index.js +0 -16
  98. package/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  99. package/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
@@ -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
- });