node-red-contrib-tak-registration 0.11.0 → 0.11.4
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.
- package/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/node/README.md +4 -5
- package/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/node/assert.d.ts +50 -26
- package/node_modules/@types/node/async_hooks.d.ts +13 -6
- package/node_modules/@types/node/buffer.d.ts +46 -38
- package/node_modules/@types/node/child_process.d.ts +278 -138
- package/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/node/console.d.ts +18 -15
- package/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/node/dgram.d.ts +82 -46
- package/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/node/dns/promises.d.ts +37 -26
- package/node_modules/@types/node/dns.d.ts +204 -63
- package/node_modules/@types/node/dom-events.d.ts +67 -71
- package/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/node/events.d.ts +99 -8
- package/node_modules/@types/node/fs/promises.d.ts +122 -85
- package/node_modules/@types/node/fs.d.ts +520 -316
- package/node_modules/@types/node/globals.d.ts +346 -286
- package/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/node/http.d.ts +321 -189
- package/node_modules/@types/node/http2.d.ts +630 -377
- package/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/node/index.d.ts +0 -45
- package/node_modules/@types/node/inspector.d.ts +0 -1
- package/node_modules/@types/node/module.d.ts +75 -31
- package/node_modules/@types/node/net.d.ts +149 -93
- package/node_modules/@types/node/os.d.ts +10 -9
- package/node_modules/@types/node/package.json +88 -90
- package/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/node/process.d.ts +170 -126
- package/node_modules/@types/node/punycode.d.ts +4 -4
- package/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/node/stream.d.ts +365 -232
- package/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/node/test.d.ts +133 -212
- package/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/node/timers.d.ts +26 -11
- package/node_modules/@types/node/tls.d.ts +152 -72
- package/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/node/ts4.8/assert.d.ts +50 -26
- package/node_modules/@types/node/ts4.8/async_hooks.d.ts +13 -6
- package/node_modules/@types/node/ts4.8/buffer.d.ts +47 -39
- package/node_modules/@types/node/ts4.8/child_process.d.ts +278 -138
- package/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/node/ts4.8/console.d.ts +18 -15
- package/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/node/ts4.8/dgram.d.ts +82 -46
- package/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/node/ts4.8/dns/promises.d.ts +37 -26
- package/node_modules/@types/node/ts4.8/dns.d.ts +204 -63
- package/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- package/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/node/ts4.8/events.d.ts +99 -8
- package/node_modules/@types/node/ts4.8/fs/promises.d.ts +122 -85
- package/node_modules/@types/node/ts4.8/fs.d.ts +520 -316
- package/node_modules/@types/node/ts4.8/globals.d.ts +346 -286
- package/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/node/ts4.8/http.d.ts +321 -189
- package/node_modules/@types/node/ts4.8/http2.d.ts +630 -377
- package/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/node/ts4.8/inspector.d.ts +0 -1
- package/node_modules/@types/node/ts4.8/module.d.ts +75 -31
- package/node_modules/@types/node/ts4.8/net.d.ts +149 -93
- package/node_modules/@types/node/ts4.8/os.d.ts +10 -9
- package/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/node/ts4.8/process.d.ts +170 -126
- package/node_modules/@types/node/ts4.8/punycode.d.ts +4 -4
- package/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/node/ts4.8/stream.d.ts +494 -223
- package/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/node/ts4.8/test.d.ts +135 -214
- package/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/node/ts4.8/timers.d.ts +26 -11
- package/node_modules/@types/node/ts4.8/tls.d.ts +152 -72
- package/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/node/ts4.8/util.d.ts +187 -120
- package/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/node/ts4.8/vm.d.ts +58 -50
- package/node_modules/@types/node/ts4.8/wasi.d.ts +10 -4
- package/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -86
- package/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/node/util.d.ts +187 -120
- package/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/node/vm.d.ts +58 -50
- package/node_modules/@types/node/wasi.d.ts +10 -4
- package/node_modules/@types/node/worker_threads.d.ts +83 -86
- package/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/axios/CHANGELOG.md +225 -0
- package/node_modules/axios/README.md +273 -9
- package/node_modules/axios/dist/axios.js +249 -178
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +1 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +213 -193
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +213 -193
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +1 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +297 -213
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +20 -11
- package/node_modules/axios/index.d.ts +21 -12
- package/node_modules/axios/lib/adapters/adapters.js +33 -15
- package/node_modules/axios/lib/adapters/http.js +25 -12
- package/node_modules/axios/lib/adapters/xhr.js +17 -10
- package/node_modules/axios/lib/core/mergeConfig.js +1 -0
- package/node_modules/axios/lib/defaults/index.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/cookies.js +39 -49
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +2 -2
- package/node_modules/axios/lib/platform/browser/index.js +0 -51
- package/node_modules/axios/lib/platform/common/utils.js +47 -0
- package/node_modules/axios/lib/platform/index.js +5 -1
- package/node_modules/axios/package.json +2 -1
- package/node_modules/call-bind/.eslintrc +0 -1
- package/node_modules/call-bind/.nycrc +0 -4
- package/node_modules/call-bind/CHANGELOG.md +35 -0
- package/node_modules/call-bind/README.md +63 -1
- package/node_modules/call-bind/index.js +10 -13
- package/node_modules/call-bind/package.json +33 -23
- package/node_modules/call-bind/test/callBound.js +0 -1
- package/node_modules/call-bind/test/index.js +18 -4
- package/node_modules/{function-bind → deep-equal}/.editorconfig +1 -1
- package/node_modules/deep-equal/.eslintrc +6 -0
- package/node_modules/deep-equal/.nycrc +17 -0
- package/node_modules/deep-equal/CHANGELOG.md +204 -4
- package/node_modules/deep-equal/assert.js +3 -0
- package/node_modules/deep-equal/package.json +39 -17
- package/node_modules/deep-equal/readme.markdown +28 -12
- package/node_modules/deep-equal/test/_tape.js +24 -3
- package/node_modules/deep-equal/test/cmp.js +1047 -48
- package/node_modules/define-data-property/CHANGELOG.md +10 -0
- package/node_modules/define-data-property/index.d.ts.map +1 -1
- package/node_modules/define-data-property/index.js +8 -0
- package/node_modules/define-data-property/package.json +11 -9
- package/node_modules/define-data-property/test/index.js +6 -11
- package/node_modules/define-data-property/tsconfig.json +1 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +11 -0
- package/node_modules/fast-xml-parser/package.json +5 -5
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +1 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -3
- package/node_modules/follow-redirects/index.js +16 -4
- package/node_modules/follow-redirects/package.json +2 -3
- package/node_modules/function-bind/.eslintrc +11 -5
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/README.md +25 -27
- package/node_modules/function-bind/implementation.js +44 -12
- package/node_modules/function-bind/package.json +38 -14
- package/node_modules/get-intrinsic/CHANGELOG.md +8 -0
- package/node_modules/get-intrinsic/index.js +1 -1
- package/node_modules/get-intrinsic/package.json +11 -11
- package/node_modules/has-property-descriptors/CHANGELOG.md +11 -0
- package/node_modules/has-property-descriptors/package.json +13 -6
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +20 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.d.ts.map +1 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +91 -0
- package/node_modules/hasown/tsconfig.json +49 -0
- package/node_modules/set-function-length/.eslintrc +27 -0
- package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
- package/node_modules/set-function-length/.nycrc +13 -0
- package/node_modules/set-function-length/CHANGELOG.md +41 -0
- package/node_modules/set-function-length/LICENSE +21 -0
- package/node_modules/set-function-length/README.md +56 -0
- package/node_modules/set-function-length/env.js +19 -0
- package/node_modules/set-function-length/index.js +41 -0
- package/node_modules/set-function-length/package.json +84 -0
- package/node_modules/undici-types/README.md +6 -0
- package/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/undici-types/client.d.ts +97 -0
- package/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/node_modules/undici-types/errors.d.ts +128 -0
- package/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/undici-types/handlers.d.ts +9 -0
- package/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/undici-types/index.d.ts +63 -0
- package/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +28 -0
- package/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/node_modules/undici-types/readable.d.ts +61 -0
- package/node_modules/undici-types/webidl.d.ts +220 -0
- package/node_modules/undici-types/websocket.d.ts +131 -0
- package/package.json +3 -3
- package/tak-ingest.js +39 -24
- package/tak-registration.html +4 -4
- package/tak-registration.js +2 -3
- package/node_modules/define-data-property/tsinit +0 -109
- package/node_modules/function-bind/.jscs.json +0 -176
- package/node_modules/function-bind/.npmignore +0 -22
- package/node_modules/function-bind/.travis.yml +0 -168
- package/node_modules/has/LICENSE-MIT +0 -22
- package/node_modules/has/README.md +0 -18
- package/node_modules/has/package.json +0 -48
- package/node_modules/has/src/index.js +0 -5
- package/node_modules/has/test/index.js +0 -10
|
@@ -5,6 +5,16 @@ 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.1](https://github.com/ljharb/define-data-property/compare/v1.1.0...v1.1.1) - 2023-10-12
|
|
9
|
+
|
|
10
|
+
### Commits
|
|
11
|
+
|
|
12
|
+
- [Tests] fix tests in ES3 engines [`5c6920e`](https://github.com/ljharb/define-data-property/commit/5c6920edd1f52f675b02f417e539c28135b43f94)
|
|
13
|
+
- [Dev Deps] update `@types/es-value-fixtures`, `@types/for-each`, `@types/gopd`, `@types/has-property-descriptors`, `tape`, `typescript` [`7d82dfc`](https://github.com/ljharb/define-data-property/commit/7d82dfc20f778b4465bba06335dd53f6f431aea3)
|
|
14
|
+
- [Fix] IE 8 has a broken `Object.defineProperty` [`0672e1a`](https://github.com/ljharb/define-data-property/commit/0672e1af2a9fcc787e7c23b96dea60d290df5548)
|
|
15
|
+
- [meta] emit types on prepack [`73acb1f`](https://github.com/ljharb/define-data-property/commit/73acb1f903c21b314ec7156bf10f73c7910530c0)
|
|
16
|
+
- [Dev Deps] update `tape`, `typescript` [`9489a77`](https://github.com/ljharb/define-data-property/commit/9489a7738bf2ecf0ac71d5b78ec4ca6ad7ba0142)
|
|
17
|
+
|
|
8
18
|
## [v1.1.0](https://github.com/ljharb/define-data-property/compare/v1.0.1...v1.1.0) - 2023-09-13
|
|
9
19
|
|
|
10
20
|
### Commits
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"8BAqBiB,OAAO,WAAW,EAAE,OAAO,CAAC,YAAY,WAAW,SAAS,OAAO,kBAAkB,OAAO,GAAG,IAAI,gBAAgB,OAAO,GAAG,IAAI,oBAAoB,OAAO,GAAG,IAAI,UAAU,OAAO,KAAK,IAAI"}
|
|
@@ -5,6 +5,14 @@ var hasPropertyDescriptors = require('has-property-descriptors')();
|
|
|
5
5
|
var GetIntrinsic = require('get-intrinsic');
|
|
6
6
|
|
|
7
7
|
var $defineProperty = hasPropertyDescriptors && GetIntrinsic('%Object.defineProperty%', true);
|
|
8
|
+
if ($defineProperty) {
|
|
9
|
+
try {
|
|
10
|
+
$defineProperty({}, 'a', { value: 1 });
|
|
11
|
+
} catch (e) {
|
|
12
|
+
// IE 8 has a broken defineProperty
|
|
13
|
+
$defineProperty = false;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
8
16
|
|
|
9
17
|
var $SyntaxError = GetIntrinsic('%SyntaxError%');
|
|
10
18
|
var $TypeError = GetIntrinsic('%TypeError%');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "define-data-property",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"types": "./index.d.ts",
|
|
18
18
|
"scripts": {
|
|
19
|
-
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
19
|
+
"prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
|
|
20
20
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
21
21
|
"prepublishOnly": "safe-publish-latest",
|
|
22
22
|
"tsc": "tsc -p .",
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@ljharb/eslint-config": "^21.1.0",
|
|
65
|
-
"@types/es-value-fixtures": "^1.4.
|
|
66
|
-
"@types/for-each": "^0.3.
|
|
65
|
+
"@types/es-value-fixtures": "^1.4.1",
|
|
66
|
+
"@types/for-each": "^0.3.1",
|
|
67
67
|
"@types/get-intrinsic": "^1.2.0",
|
|
68
|
-
"@types/gopd": "^1.0.
|
|
68
|
+
"@types/gopd": "^1.0.1",
|
|
69
69
|
"@types/has": "^1.0.0",
|
|
70
|
-
"@types/has-property-descriptors": "^1.0.
|
|
70
|
+
"@types/has-property-descriptors": "^1.0.1",
|
|
71
71
|
"@types/object-inspect": "^1.8.2",
|
|
72
72
|
"@types/object.getownpropertydescriptors": "^2.1.2",
|
|
73
73
|
"@types/tape": "^5.6.1",
|
|
@@ -83,9 +83,10 @@
|
|
|
83
83
|
"nyc": "^10.3.2",
|
|
84
84
|
"object-inspect": "^1.12.3",
|
|
85
85
|
"object.getownpropertydescriptors": "^2.1.7",
|
|
86
|
+
"reflect.ownkeys": "^1.1.4",
|
|
86
87
|
"safe-publish-latest": "^2.0.0",
|
|
87
|
-
"tape": "^5.
|
|
88
|
-
"typescript": "^5.3.0-dev.
|
|
88
|
+
"tape": "^5.7.1",
|
|
89
|
+
"typescript": "^5.3.0-dev.20231012"
|
|
89
90
|
},
|
|
90
91
|
"engines": {
|
|
91
92
|
"node": ">= 0.4"
|
|
@@ -105,7 +106,8 @@
|
|
|
105
106
|
"ignore": [
|
|
106
107
|
".github/workflows",
|
|
107
108
|
"!*.ts",
|
|
108
|
-
"!*.ts.map"
|
|
109
|
+
"!*.ts.map",
|
|
110
|
+
"types/reflect.ownkeys"
|
|
109
111
|
]
|
|
110
112
|
}
|
|
111
113
|
}
|
|
@@ -7,6 +7,7 @@ var inspect = require('object-inspect');
|
|
|
7
7
|
var has = require('has');
|
|
8
8
|
var hasPropertyDescriptors = require('has-property-descriptors')();
|
|
9
9
|
var getOwnPropertyDescriptors = require('object.getownpropertydescriptors');
|
|
10
|
+
var ownKeys = require('reflect.ownkeys');
|
|
10
11
|
|
|
11
12
|
var defineDataProperty = require('../');
|
|
12
13
|
|
|
@@ -88,7 +89,7 @@ test('defineDataProperty', function (t) {
|
|
|
88
89
|
st.end();
|
|
89
90
|
});
|
|
90
91
|
|
|
91
|
-
t.test('loose mode', function (st) {
|
|
92
|
+
t.test('loose mode', { skip: !hasPropertyDescriptors }, function (st) {
|
|
92
93
|
var obj = { existing: 'existing property' };
|
|
93
94
|
|
|
94
95
|
defineDataProperty(obj, 'added', 'added value 1', true, null, null, true);
|
|
@@ -177,17 +178,11 @@ test('defineDataProperty', function (t) {
|
|
|
177
178
|
);
|
|
178
179
|
|
|
179
180
|
st.deepEqual(
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
configurable: true,
|
|
184
|
-
enumerable: true,
|
|
185
|
-
value: 'existing property',
|
|
186
|
-
writable: true
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
'obj still has expected descriptors'
|
|
181
|
+
ownKeys(obj),
|
|
182
|
+
['existing'],
|
|
183
|
+
'obj still has expected keys'
|
|
190
184
|
);
|
|
185
|
+
st.equal(obj.existing, 'existing property', 'obj still has expected values');
|
|
191
186
|
|
|
192
187
|
st.end();
|
|
193
188
|
});
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
19
19
|
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
20
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'. */
|
|
21
22
|
"resolveJsonModule": true, /* Enable importing .json files. */
|
|
22
23
|
|
|
23
24
|
/* JavaScript Support */
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
|
|
2
2
|
|
|
3
|
+
**4.3.2 / 2023-10-02**
|
|
4
|
+
* fix `jObj.hasOwnProperty` when give input is null (By [Arda TANRIKULU](https://github.com/ardatan))
|
|
5
|
+
|
|
6
|
+
**4.3.1 / 2023-09-24**
|
|
7
|
+
* revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach.
|
|
8
|
+
|
|
9
|
+
**4.3.0 / 2023-09-20**
|
|
10
|
+
* Fix stopNodes to work with removeNSPrefix (#607) (#608) (By [Craig Andrews]https://github.com/candrews))
|
|
11
|
+
* Fix #610 ignore properties set to Object.prototype
|
|
12
|
+
* Fix typings for builder and parser to make return type generic (By [Sarah Dayan](https://github.com/sarahdayan))
|
|
13
|
+
|
|
3
14
|
**4.2.7 / 2023-07-30**
|
|
4
15
|
* Fix: builder should set text node correctly when only textnode is present (#589) (By [qianqing](https://github.com/joneqian))
|
|
5
16
|
* Fix: Fix for null and undefined attributes when building xml (#585) (#598). A null or undefined value should be ignored. (By [Eugenio Ceschia](https://github.com/cecia234))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fast-xml-parser",
|
|
3
|
-
"version": "4.2
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
|
|
5
5
|
"main": "./src/fxp.js",
|
|
6
6
|
"scripts": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"json2xml",
|
|
40
40
|
"html"
|
|
41
41
|
],
|
|
42
|
-
"author": "Amit Gupta (https://
|
|
42
|
+
"author": "Amit Gupta (https://solothought.com)",
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.13.10",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
},
|
|
60
60
|
"typings": "src/fxp.d.ts",
|
|
61
61
|
"funding": [{
|
|
62
|
-
"type": "paypal",
|
|
63
|
-
"url": "https://paypal.me/naturalintelligence"
|
|
64
|
-
},{
|
|
65
62
|
"type": "github",
|
|
66
63
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
64
|
+
},{
|
|
65
|
+
"type": "paypal",
|
|
66
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
67
67
|
}],
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"strnum": "^1.0.5"
|
|
@@ -79,6 +79,7 @@ Builder.prototype.j2x = function(jObj, level) {
|
|
|
79
79
|
let attrStr = '';
|
|
80
80
|
let val = '';
|
|
81
81
|
for (let key in jObj) {
|
|
82
|
+
if(!Object.prototype.hasOwnProperty.call(jObj, key)) continue;
|
|
82
83
|
if (typeof jObj[key] === 'undefined') {
|
|
83
84
|
// supress undefined node only if it is not an attribute
|
|
84
85
|
if (this.isAttribute(key)) {
|
|
@@ -21,6 +21,8 @@ function arrToStr(arr, options, jPath, indentation) {
|
|
|
21
21
|
for (let i = 0; i < arr.length; i++) {
|
|
22
22
|
const tagObj = arr[i];
|
|
23
23
|
const tagName = propName(tagObj);
|
|
24
|
+
if(tagName === undefined) continue;
|
|
25
|
+
|
|
24
26
|
let newJPath = "";
|
|
25
27
|
if (jPath.length === 0) newJPath = tagName
|
|
26
28
|
else newJPath = `${jPath}.${tagName}`;
|
|
@@ -90,6 +92,7 @@ function propName(obj) {
|
|
|
90
92
|
const keys = Object.keys(obj);
|
|
91
93
|
for (let i = 0; i < keys.length; i++) {
|
|
92
94
|
const key = keys[i];
|
|
95
|
+
if(!obj.hasOwnProperty(key)) continue;
|
|
93
96
|
if (key !== ":@") return key;
|
|
94
97
|
}
|
|
95
98
|
}
|
|
@@ -98,6 +101,7 @@ function attr_to_str(attrMap, options) {
|
|
|
98
101
|
let attrStr = "";
|
|
99
102
|
if (attrMap && !options.ignoreAttributes) {
|
|
100
103
|
for (let attr in attrMap) {
|
|
104
|
+
if(!attrMap.hasOwnProperty(attr)) continue;
|
|
101
105
|
let attrVal = options.attributeValueProcessor(attr, attrMap[attr]);
|
|
102
106
|
attrVal = replaceEntitiesValue(attrVal, options);
|
|
103
107
|
if (attrVal === true && options.suppressBooleanAttributes) {
|
|
@@ -280,6 +280,7 @@ const parseXml = function(xmlData) {
|
|
|
280
280
|
}else {//Opening tag
|
|
281
281
|
let result = readTagExp(xmlData,i, this.options.removeNSPrefix);
|
|
282
282
|
let tagName= result.tagName;
|
|
283
|
+
const rawTagName = result.rawTagName;
|
|
283
284
|
let tagExp = result.tagExp;
|
|
284
285
|
let attrExpPresent = result.attrExpPresent;
|
|
285
286
|
let closeIndex = result.closeIndex;
|
|
@@ -305,7 +306,7 @@ const parseXml = function(xmlData) {
|
|
|
305
306
|
if(tagName !== xmlObj.tagname){
|
|
306
307
|
jPath += jPath ? "." + tagName : tagName;
|
|
307
308
|
}
|
|
308
|
-
if (this.isItStopNode(this.options.stopNodes, jPath, tagName)) {
|
|
309
|
+
if (this.isItStopNode(this.options.stopNodes, jPath, tagName)) {
|
|
309
310
|
let tagContent = "";
|
|
310
311
|
//self-closing tag
|
|
311
312
|
if(tagExp.length > 0 && tagExp.lastIndexOf("/") === tagExp.length - 1){
|
|
@@ -318,8 +319,8 @@ const parseXml = function(xmlData) {
|
|
|
318
319
|
//normal tag
|
|
319
320
|
else{
|
|
320
321
|
//read until closing tag is found
|
|
321
|
-
const result = this.readStopNodeData(xmlData,
|
|
322
|
-
if(!result) throw new Error(`Unexpected end of ${
|
|
322
|
+
const result = this.readStopNodeData(xmlData, rawTagName, closeIndex + 1);
|
|
323
|
+
if(!result) throw new Error(`Unexpected end of ${rawTagName}`);
|
|
323
324
|
i = result.i;
|
|
324
325
|
tagContent = result.tagContent;
|
|
325
326
|
}
|
|
@@ -504,6 +505,7 @@ function readTagExp(xmlData,i, removeNSPrefix, closingChar = ">"){
|
|
|
504
505
|
tagExp = tagExp.substr(separatorIndex + 1);
|
|
505
506
|
}
|
|
506
507
|
|
|
508
|
+
const rawTagName = tagName;
|
|
507
509
|
if(removeNSPrefix){
|
|
508
510
|
const colonIndex = tagName.indexOf(":");
|
|
509
511
|
if(colonIndex !== -1){
|
|
@@ -517,6 +519,7 @@ function readTagExp(xmlData,i, removeNSPrefix, closingChar = ">"){
|
|
|
517
519
|
tagExp: tagExp,
|
|
518
520
|
closeIndex: closeIndex,
|
|
519
521
|
attrExpPresent: attrExpPresent,
|
|
522
|
+
rawTagName: rawTagName,
|
|
520
523
|
}
|
|
521
524
|
}
|
|
522
525
|
/**
|
|
@@ -38,6 +38,9 @@ var WriteAfterEndError = createErrorType(
|
|
|
38
38
|
"write after end"
|
|
39
39
|
);
|
|
40
40
|
|
|
41
|
+
// istanbul ignore next
|
|
42
|
+
var destroy = Writable.prototype.destroy || noop;
|
|
43
|
+
|
|
41
44
|
// An HTTP(S) request that can be redirected
|
|
42
45
|
function RedirectableRequest(options, responseCallback) {
|
|
43
46
|
// Initialize the request
|
|
@@ -68,10 +71,17 @@ function RedirectableRequest(options, responseCallback) {
|
|
|
68
71
|
RedirectableRequest.prototype = Object.create(Writable.prototype);
|
|
69
72
|
|
|
70
73
|
RedirectableRequest.prototype.abort = function () {
|
|
71
|
-
|
|
74
|
+
destroyRequest(this._currentRequest);
|
|
75
|
+
this._currentRequest.abort();
|
|
72
76
|
this.emit("abort");
|
|
73
77
|
};
|
|
74
78
|
|
|
79
|
+
RedirectableRequest.prototype.destroy = function (error) {
|
|
80
|
+
destroyRequest(this._currentRequest, error);
|
|
81
|
+
destroy.call(this, error);
|
|
82
|
+
return this;
|
|
83
|
+
};
|
|
84
|
+
|
|
75
85
|
// Writes buffered data to the current native request
|
|
76
86
|
RedirectableRequest.prototype.write = function (data, encoding, callback) {
|
|
77
87
|
// Writing is not allowed if end has been called
|
|
@@ -184,6 +194,7 @@ RedirectableRequest.prototype.setTimeout = function (msecs, callback) {
|
|
|
184
194
|
self.removeListener("abort", clearTimer);
|
|
185
195
|
self.removeListener("error", clearTimer);
|
|
186
196
|
self.removeListener("response", clearTimer);
|
|
197
|
+
self.removeListener("close", clearTimer);
|
|
187
198
|
if (callback) {
|
|
188
199
|
self.removeListener("timeout", callback);
|
|
189
200
|
}
|
|
@@ -210,6 +221,7 @@ RedirectableRequest.prototype.setTimeout = function (msecs, callback) {
|
|
|
210
221
|
this.on("abort", clearTimer);
|
|
211
222
|
this.on("error", clearTimer);
|
|
212
223
|
this.on("response", clearTimer);
|
|
224
|
+
this.on("close", clearTimer);
|
|
213
225
|
|
|
214
226
|
return this;
|
|
215
227
|
};
|
|
@@ -361,7 +373,7 @@ RedirectableRequest.prototype._processResponse = function (response) {
|
|
|
361
373
|
}
|
|
362
374
|
|
|
363
375
|
// The response is a redirect, so abort the current request
|
|
364
|
-
|
|
376
|
+
destroyRequest(this._currentRequest);
|
|
365
377
|
// Discard the remainder of the response to avoid waiting for data
|
|
366
378
|
response.destroy();
|
|
367
379
|
|
|
@@ -590,12 +602,12 @@ function createErrorType(code, message, baseClass) {
|
|
|
590
602
|
return CustomError;
|
|
591
603
|
}
|
|
592
604
|
|
|
593
|
-
function
|
|
605
|
+
function destroyRequest(request, error) {
|
|
594
606
|
for (var event of events) {
|
|
595
607
|
request.removeListener(event, eventHandlers[event]);
|
|
596
608
|
}
|
|
597
609
|
request.on("error", noop);
|
|
598
|
-
request.
|
|
610
|
+
request.destroy(error);
|
|
599
611
|
}
|
|
600
612
|
|
|
601
613
|
function isSubdomain(subdomain, domain) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "follow-redirects",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.3",
|
|
4
4
|
"description": "HTTP and HTTPS modules that follow redirects.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
@@ -11,9 +11,8 @@
|
|
|
11
11
|
"node": ">=4.0"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"test": "npm run lint && npm run mocha",
|
|
15
14
|
"lint": "eslint *.js test",
|
|
16
|
-
"
|
|
15
|
+
"test": "nyc mocha"
|
|
17
16
|
},
|
|
18
17
|
"repository": {
|
|
19
18
|
"type": "git",
|
|
@@ -6,10 +6,16 @@
|
|
|
6
6
|
"rules": {
|
|
7
7
|
"func-name-matching": 0,
|
|
8
8
|
"indent": [2, 4],
|
|
9
|
-
"max-nested-callbacks": [2, 3],
|
|
10
|
-
"max-params": [2, 3],
|
|
11
|
-
"max-statements": [2, 20],
|
|
12
9
|
"no-new-func": [1],
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
},
|
|
11
|
+
|
|
12
|
+
"overrides": [
|
|
13
|
+
{
|
|
14
|
+
"files": "test/**",
|
|
15
|
+
"rules": {
|
|
16
|
+
"max-lines-per-function": 0,
|
|
17
|
+
"strict": [0]
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
],
|
|
15
21
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: [ljharb]
|
|
4
|
+
patreon: # Replace with a single Patreon username
|
|
5
|
+
open_collective: # Replace with a single Open Collective username
|
|
6
|
+
ko_fi: # Replace with a single Ko-fi username
|
|
7
|
+
tidelift: npm/function-bind
|
|
8
|
+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
+
liberapay: # Replace with a single Liberapay username
|
|
10
|
+
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
+
otechie: # Replace with a single Otechie username
|
|
12
|
+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@@ -0,0 +1,136 @@
|
|
|
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.1.2](https://github.com/ljharb/function-bind/compare/v1.1.1...v1.1.2) - 2023-10-12
|
|
9
|
+
|
|
10
|
+
### Merged
|
|
11
|
+
|
|
12
|
+
- Point to the correct file [`#16`](https://github.com/ljharb/function-bind/pull/16)
|
|
13
|
+
|
|
14
|
+
### Commits
|
|
15
|
+
|
|
16
|
+
- [Tests] migrate tests to Github Actions [`4f8b57c`](https://github.com/ljharb/function-bind/commit/4f8b57c02f2011fe9ae353d5e74e8745f0988af8)
|
|
17
|
+
- [Tests] remove `jscs` [`90eb2ed`](https://github.com/ljharb/function-bind/commit/90eb2edbeefd5b76cd6c3a482ea3454db169b31f)
|
|
18
|
+
- [meta] update `.gitignore` [`53fcdc3`](https://github.com/ljharb/function-bind/commit/53fcdc371cd66634d6e9b71c836a50f437e89fed)
|
|
19
|
+
- [Tests] up to `node` `v11.10`, `v10.15`, `v9.11`, `v8.15`, `v6.16`, `v4.9`; use `nvm install-latest-npm`; run audit script in tests [`1fe8f6e`](https://github.com/ljharb/function-bind/commit/1fe8f6e9aed0dfa8d8b3cdbd00c7f5ea0cd2b36e)
|
|
20
|
+
- [meta] add `auto-changelog` [`1921fcb`](https://github.com/ljharb/function-bind/commit/1921fcb5b416b63ffc4acad051b6aad5722f777d)
|
|
21
|
+
- [Robustness] remove runtime dependency on all builtins except `.apply` [`f743e61`](https://github.com/ljharb/function-bind/commit/f743e61aa6bb2360358c04d4884c9db853d118b7)
|
|
22
|
+
- Docs: enable badges; update wording [`503cb12`](https://github.com/ljharb/function-bind/commit/503cb12d998b5f91822776c73332c7adcd6355dd)
|
|
23
|
+
- [readme] update badges [`290c5db`](https://github.com/ljharb/function-bind/commit/290c5dbbbda7264efaeb886552a374b869a4bb48)
|
|
24
|
+
- [Tests] switch to nyc for coverage [`ea360ba`](https://github.com/ljharb/function-bind/commit/ea360ba907fc2601ed18d01a3827fa2d3533cdf8)
|
|
25
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` [`cae5e9e`](https://github.com/ljharb/function-bind/commit/cae5e9e07a5578dc6df26c03ee22851ce05b943c)
|
|
26
|
+
- [meta] add `funding` field; create FUNDING.yml [`c9f4274`](https://github.com/ljharb/function-bind/commit/c9f4274aa80ea3aae9657a3938fdba41a3b04ca6)
|
|
27
|
+
- [Tests] fix eslint errors from #15 [`f69aaa2`](https://github.com/ljharb/function-bind/commit/f69aaa2beb2fdab4415bfb885760a699d0b9c964)
|
|
28
|
+
- [actions] fix permissions [`99a0cd9`](https://github.com/ljharb/function-bind/commit/99a0cd9f3b5bac223a0d572f081834cd73314be7)
|
|
29
|
+
- [meta] use `npmignore` to autogenerate an npmignore file [`f03b524`](https://github.com/ljharb/function-bind/commit/f03b524ca91f75a109a5d062f029122c86ecd1ae)
|
|
30
|
+
- [Dev Deps] update `@ljharb/eslint‑config`, `eslint`, `tape` [`7af9300`](https://github.com/ljharb/function-bind/commit/7af930023ae2ce7645489532821e4fbbcd7a2280)
|
|
31
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `covert`, `tape` [`64a9127`](https://github.com/ljharb/function-bind/commit/64a9127ab0bd331b93d6572eaf6e9971967fc08c)
|
|
32
|
+
- [Tests] use `aud` instead of `npm audit` [`e75069c`](https://github.com/ljharb/function-bind/commit/e75069c50010a8fcce2a9ce2324934c35fdb4386)
|
|
33
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`d03555c`](https://github.com/ljharb/function-bind/commit/d03555ca59dea3b71ce710045e4303b9e2619e28)
|
|
34
|
+
- [meta] add `safe-publish-latest` [`9c8f809`](https://github.com/ljharb/function-bind/commit/9c8f8092aed027d7e80c94f517aa892385b64f09)
|
|
35
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `tape` [`baf6893`](https://github.com/ljharb/function-bind/commit/baf6893e27f5b59abe88bc1995e6f6ed1e527397)
|
|
36
|
+
- [meta] create SECURITY.md [`4db1779`](https://github.com/ljharb/function-bind/commit/4db17799f1f28ae294cb95e0081ca2b591c3911b)
|
|
37
|
+
- [Tests] add `npm run audit` [`c8b38ec`](https://github.com/ljharb/function-bind/commit/c8b38ec40ed3f85dabdee40ed4148f1748375bc2)
|
|
38
|
+
- Revert "Point to the correct file" [`05cdf0f`](https://github.com/ljharb/function-bind/commit/05cdf0fa205c6a3c5ba40bbedd1dfa9874f915c9)
|
|
39
|
+
|
|
40
|
+
## [v1.1.1](https://github.com/ljharb/function-bind/compare/v1.1.0...v1.1.1) - 2017-08-28
|
|
41
|
+
|
|
42
|
+
### Commits
|
|
43
|
+
|
|
44
|
+
- [Tests] up to `node` `v8`; newer npm breaks on older node; fix scripts [`817f7d2`](https://github.com/ljharb/function-bind/commit/817f7d28470fdbff8ef608d4d565dd4d1430bc5e)
|
|
45
|
+
- [Dev Deps] update `eslint`, `jscs`, `tape`, `@ljharb/eslint-config` [`854288b`](https://github.com/ljharb/function-bind/commit/854288b1b6f5c555f89aceb9eff1152510262084)
|
|
46
|
+
- [Dev Deps] update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config` [`83e639f`](https://github.com/ljharb/function-bind/commit/83e639ff74e6cd6921285bccec22c1bcf72311bd)
|
|
47
|
+
- Only apps should have lockfiles [`5ed97f5`](https://github.com/ljharb/function-bind/commit/5ed97f51235c17774e0832e122abda0f3229c908)
|
|
48
|
+
- Use a SPDX-compliant “license” field. [`5feefea`](https://github.com/ljharb/function-bind/commit/5feefea0dc0193993e83e5df01ded424403a5381)
|
|
49
|
+
|
|
50
|
+
## [v1.1.0](https://github.com/ljharb/function-bind/compare/v1.0.2...v1.1.0) - 2016-02-14
|
|
51
|
+
|
|
52
|
+
### Commits
|
|
53
|
+
|
|
54
|
+
- Update `eslint`, `tape`; use my personal shared `eslint` config [`9c9062a`](https://github.com/ljharb/function-bind/commit/9c9062abbe9dd70b59ea2c3a3c3a81f29b457097)
|
|
55
|
+
- Add `npm run eslint` [`dd96c56`](https://github.com/ljharb/function-bind/commit/dd96c56720034a3c1ffee10b8a59a6f7c53e24ad)
|
|
56
|
+
- [New] return the native `bind` when available. [`82186e0`](https://github.com/ljharb/function-bind/commit/82186e03d73e580f95ff167e03f3582bed90ed72)
|
|
57
|
+
- [Dev Deps] update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config` [`a3dd767`](https://github.com/ljharb/function-bind/commit/a3dd76720c795cb7f4586b0544efabf8aa107b8b)
|
|
58
|
+
- Update `eslint` [`3dae2f7`](https://github.com/ljharb/function-bind/commit/3dae2f7423de30a2d20313ddb1edc19660142fe9)
|
|
59
|
+
- Update `tape`, `covert`, `jscs` [`a181eee`](https://github.com/ljharb/function-bind/commit/a181eee0cfa24eb229c6e843a971f36e060a2f6a)
|
|
60
|
+
- [Tests] up to `node` `v5.6`, `v4.3` [`964929a`](https://github.com/ljharb/function-bind/commit/964929a6a4ddb36fb128de2bcc20af5e4f22e1ed)
|
|
61
|
+
- Test up to `io.js` `v2.1` [`2be7310`](https://github.com/ljharb/function-bind/commit/2be7310f2f74886a7124ca925be411117d41d5ea)
|
|
62
|
+
- Update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config` [`45f3d68`](https://github.com/ljharb/function-bind/commit/45f3d6865c6ca93726abcef54febe009087af101)
|
|
63
|
+
- [Dev Deps] update `tape`, `jscs` [`6e1340d`](https://github.com/ljharb/function-bind/commit/6e1340d94642deaecad3e717825db641af4f8b1f)
|
|
64
|
+
- [Tests] up to `io.js` `v3.3`, `node` `v4.1` [`d9bad2b`](https://github.com/ljharb/function-bind/commit/d9bad2b778b1b3a6dd2876087b88b3acf319f8cc)
|
|
65
|
+
- Update `eslint` [`935590c`](https://github.com/ljharb/function-bind/commit/935590caa024ab356102e4858e8fc315b2ccc446)
|
|
66
|
+
- [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config` [`8c9a1ef`](https://github.com/ljharb/function-bind/commit/8c9a1efd848e5167887aa8501857a0940a480c57)
|
|
67
|
+
- Test on `io.js` `v2.2` [`9a3a38c`](https://github.com/ljharb/function-bind/commit/9a3a38c92013aed6e108666e7bd40969b84ac86e)
|
|
68
|
+
- Run `travis-ci` tests on `iojs` and `node` v0.12; speed up builds; allow 0.8 failures. [`69afc26`](https://github.com/ljharb/function-bind/commit/69afc2617405b147dd2a8d8ae73ca9e9283f18b4)
|
|
69
|
+
- [Dev Deps] Update `tape`, `eslint` [`36c1be0`](https://github.com/ljharb/function-bind/commit/36c1be0ab12b45fe5df6b0fdb01a5d5137fd0115)
|
|
70
|
+
- Update `tape`, `jscs` [`98d8303`](https://github.com/ljharb/function-bind/commit/98d8303cd5ca1c6b8f985469f86b0d44d7d45f6e)
|
|
71
|
+
- Update `jscs` [`9633a4e`](https://github.com/ljharb/function-bind/commit/9633a4e9fbf82051c240855166e468ba8ba0846f)
|
|
72
|
+
- Update `tape`, `jscs` [`c80ef0f`](https://github.com/ljharb/function-bind/commit/c80ef0f46efc9791e76fa50de4414092ac147831)
|
|
73
|
+
- Test up to `io.js` `v3.0` [`7e2c853`](https://github.com/ljharb/function-bind/commit/7e2c8537d52ab9cf5a655755561d8917684c0df4)
|
|
74
|
+
- Test on `io.js` `v2.4` [`5a199a2`](https://github.com/ljharb/function-bind/commit/5a199a27ba46795ba5eaf0845d07d4b8232895c9)
|
|
75
|
+
- Test on `io.js` `v2.3` [`a511b88`](https://github.com/ljharb/function-bind/commit/a511b8896de0bddf3b56862daa416c701f4d0453)
|
|
76
|
+
- Fixing a typo from 822b4e1938db02dc9584aa434fd3a45cb20caf43 [`732d6b6`](https://github.com/ljharb/function-bind/commit/732d6b63a9b33b45230e630dbcac7a10855d3266)
|
|
77
|
+
- Update `jscs` [`da52a48`](https://github.com/ljharb/function-bind/commit/da52a4886c06d6490f46ae30b15e4163ba08905d)
|
|
78
|
+
- Lock covert to v1.0.0. [`d6150fd`](https://github.com/ljharb/function-bind/commit/d6150fda1e6f486718ebdeff823333d9e48e7430)
|
|
79
|
+
|
|
80
|
+
## [v1.0.2](https://github.com/ljharb/function-bind/compare/v1.0.1...v1.0.2) - 2014-10-04
|
|
81
|
+
|
|
82
|
+
## [v1.0.1](https://github.com/ljharb/function-bind/compare/v1.0.0...v1.0.1) - 2014-10-03
|
|
83
|
+
|
|
84
|
+
### Merged
|
|
85
|
+
|
|
86
|
+
- make CI build faster [`#3`](https://github.com/ljharb/function-bind/pull/3)
|
|
87
|
+
|
|
88
|
+
### Commits
|
|
89
|
+
|
|
90
|
+
- Using my standard jscs.json [`d8ee94c`](https://github.com/ljharb/function-bind/commit/d8ee94c993eff0a84cf5744fe6a29627f5cffa1a)
|
|
91
|
+
- Adding `npm run lint` [`7571ab7`](https://github.com/ljharb/function-bind/commit/7571ab7dfdbd99b25a1dbb2d232622bd6f4f9c10)
|
|
92
|
+
- Using consistent indentation [`e91a1b1`](https://github.com/ljharb/function-bind/commit/e91a1b13a61e99ec1e530e299b55508f74218a95)
|
|
93
|
+
- Updating jscs [`7e17892`](https://github.com/ljharb/function-bind/commit/7e1789284bc629bc9c1547a61c9b227bbd8c7a65)
|
|
94
|
+
- Using consistent quotes [`c50b57f`](https://github.com/ljharb/function-bind/commit/c50b57fcd1c5ec38320979c837006069ebe02b77)
|
|
95
|
+
- Adding keywords [`cb94631`](https://github.com/ljharb/function-bind/commit/cb946314eed35f21186a25fb42fc118772f9ee00)
|
|
96
|
+
- Directly export a function expression instead of using a declaration, and relying on hoisting. [`5a33c5f`](https://github.com/ljharb/function-bind/commit/5a33c5f45642de180e0d207110bf7d1843ceb87c)
|
|
97
|
+
- Naming npm URL and badge in README; use SVG [`2aef8fc`](https://github.com/ljharb/function-bind/commit/2aef8fcb79d54e63a58ae557c4e60949e05d5e16)
|
|
98
|
+
- Naming deps URLs in README [`04228d7`](https://github.com/ljharb/function-bind/commit/04228d766670ee45ca24e98345c1f6a7621065b5)
|
|
99
|
+
- Naming travis-ci URLs in README; using SVG [`62c810c`](https://github.com/ljharb/function-bind/commit/62c810c2f54ced956cd4d4ab7b793055addfe36e)
|
|
100
|
+
- Make sure functions are invoked correctly (also passing coverage tests) [`2b289b4`](https://github.com/ljharb/function-bind/commit/2b289b4dfbf037ffcfa4dc95eb540f6165e9e43a)
|
|
101
|
+
- Removing the strict mode pragmas; they make tests fail. [`1aa701d`](https://github.com/ljharb/function-bind/commit/1aa701d199ddc3782476e8f7eef82679be97b845)
|
|
102
|
+
- Adding myself as a contributor [`85fd57b`](https://github.com/ljharb/function-bind/commit/85fd57b0860e5a7af42de9a287f3f265fc6d72fc)
|
|
103
|
+
- Adding strict mode pragmas [`915b08e`](https://github.com/ljharb/function-bind/commit/915b08e084c86a722eafe7245e21db74aa21ca4c)
|
|
104
|
+
- Adding devDeps URLs to README [`4ccc731`](https://github.com/ljharb/function-bind/commit/4ccc73112c1769859e4ca3076caf4086b3cba2cd)
|
|
105
|
+
- Fixing the description. [`a7a472c`](https://github.com/ljharb/function-bind/commit/a7a472cf649af515c635cf560fc478fbe48999c8)
|
|
106
|
+
- Using a function expression instead of a function declaration. [`b5d3e4e`](https://github.com/ljharb/function-bind/commit/b5d3e4ea6aaffc63888953eeb1fbc7ff45f1fa14)
|
|
107
|
+
- Updating tape [`f086be6`](https://github.com/ljharb/function-bind/commit/f086be6029fb56dde61a258c1340600fa174d1e0)
|
|
108
|
+
- Updating jscs [`5f9bdb3`](https://github.com/ljharb/function-bind/commit/5f9bdb375ab13ba48f30852aab94029520c54d71)
|
|
109
|
+
- Updating jscs [`9b409ba`](https://github.com/ljharb/function-bind/commit/9b409ba6118e23395a4e5d83ef39152aab9d3bfc)
|
|
110
|
+
- Run coverage as part of tests. [`8e1b6d4`](https://github.com/ljharb/function-bind/commit/8e1b6d459f047d1bd4fee814e01247c984c80bd0)
|
|
111
|
+
- Run linter as part of tests [`c1ca83f`](https://github.com/ljharb/function-bind/commit/c1ca83f832df94587d09e621beba682fabfaa987)
|
|
112
|
+
- Updating covert [`701e837`](https://github.com/ljharb/function-bind/commit/701e83774b57b4d3ef631e1948143f43a72f4bb9)
|
|
113
|
+
|
|
114
|
+
## [v1.0.0](https://github.com/ljharb/function-bind/compare/v0.2.0...v1.0.0) - 2014-08-09
|
|
115
|
+
|
|
116
|
+
### Commits
|
|
117
|
+
|
|
118
|
+
- Make sure old and unstable nodes don't fail Travis [`27adca3`](https://github.com/ljharb/function-bind/commit/27adca34a4ab6ad67b6dfde43942a1b103ce4d75)
|
|
119
|
+
- Fixing an issue when the bound function is called as a constructor in ES3. [`e20122d`](https://github.com/ljharb/function-bind/commit/e20122d267d92ce553859b280cbbea5d27c07731)
|
|
120
|
+
- Adding `npm run coverage` [`a2e29c4`](https://github.com/ljharb/function-bind/commit/a2e29c4ecaef9e2f6cd1603e868c139073375502)
|
|
121
|
+
- Updating tape [`b741168`](https://github.com/ljharb/function-bind/commit/b741168b12b235b1717ff696087645526b69213c)
|
|
122
|
+
- Upgrading tape [`63631a0`](https://github.com/ljharb/function-bind/commit/63631a04c7fbe97cc2fa61829cc27246d6986f74)
|
|
123
|
+
- Updating tape [`363cb46`](https://github.com/ljharb/function-bind/commit/363cb46dafb23cb3e347729a22f9448051d78464)
|
|
124
|
+
|
|
125
|
+
## v0.2.0 - 2014-03-23
|
|
126
|
+
|
|
127
|
+
### Commits
|
|
128
|
+
|
|
129
|
+
- Updating test coverage to match es5-shim. [`aa94d44`](https://github.com/ljharb/function-bind/commit/aa94d44b8f9d7f69f10e060db7709aa7a694e5d4)
|
|
130
|
+
- initial [`942ee07`](https://github.com/ljharb/function-bind/commit/942ee07e94e542d91798137bc4b80b926137e066)
|
|
131
|
+
- Setting the bound function's length properly. [`079f46a`](https://github.com/ljharb/function-bind/commit/079f46a2d3515b7c0b308c2c13fceb641f97ca25)
|
|
132
|
+
- Ensuring that some older browsers will throw when given a regex. [`36ac55b`](https://github.com/ljharb/function-bind/commit/36ac55b87f460d4330253c92870aa26fbfe8227f)
|
|
133
|
+
- Removing npm scripts that don't have dependencies [`9d2be60`](https://github.com/ljharb/function-bind/commit/9d2be600002cb8bc8606f8f3585ad3e05868c750)
|
|
134
|
+
- Updating tape [`297a4ac`](https://github.com/ljharb/function-bind/commit/297a4acc5464db381940aafb194d1c88f4e678f3)
|
|
135
|
+
- Skipping length tests for now. [`d9891ea`](https://github.com/ljharb/function-bind/commit/d9891ea4d2aaffa69f408339cdd61ff740f70565)
|
|
136
|
+
- don't take my tea [`dccd930`](https://github.com/ljharb/function-bind/commit/dccd930bfd60ea10cb178d28c97550c3bc8c1e07)
|
|
@@ -1,22 +1,19 @@
|
|
|
1
|
-
# function-bind
|
|
1
|
+
# function-bind <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
[![Dev Dependency status][dev-deps-svg]][dev-deps-url]
|
|
10
|
-
-->
|
|
3
|
+
[![github actions][actions-image]][actions-url]
|
|
4
|
+
<!--[![coverage][codecov-image]][codecov-url]-->
|
|
5
|
+
[![dependency status][deps-svg]][deps-url]
|
|
6
|
+
[![dev dependency status][dev-deps-svg]][dev-deps-url]
|
|
7
|
+
[![License][license-image]][license-url]
|
|
8
|
+
[![Downloads][downloads-image]][downloads-url]
|
|
11
9
|
|
|
12
|
-
|
|
10
|
+
[![npm badge][npm-badge-png]][package-url]
|
|
13
11
|
|
|
14
12
|
Implementation of function.prototype.bind
|
|
15
13
|
|
|
16
|
-
|
|
14
|
+
Old versions of phantomjs, Internet Explorer < 9, and node < 0.6 don't support `Function.prototype.bind`.
|
|
17
15
|
|
|
18
|
-
|
|
19
|
-
PhantomJS does not have Function.prototype.bind :(
|
|
16
|
+
## Example
|
|
20
17
|
|
|
21
18
|
```js
|
|
22
19
|
Function.prototype.bind = require("function-bind")
|
|
@@ -32,17 +29,18 @@ Function.prototype.bind = require("function-bind")
|
|
|
32
29
|
|
|
33
30
|
## MIT Licenced
|
|
34
31
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
32
|
+
[package-url]: https://npmjs.org/package/function-bind
|
|
33
|
+
[npm-version-svg]: https://versionbadg.es/Raynos/function-bind.svg
|
|
34
|
+
[deps-svg]: https://david-dm.org/Raynos/function-bind.svg
|
|
35
|
+
[deps-url]: https://david-dm.org/Raynos/function-bind
|
|
36
|
+
[dev-deps-svg]: https://david-dm.org/Raynos/function-bind/dev-status.svg
|
|
37
|
+
[dev-deps-url]: https://david-dm.org/Raynos/function-bind#info=devDependencies
|
|
38
|
+
[npm-badge-png]: https://nodei.co/npm/function-bind.png?downloads=true&stars=true
|
|
39
|
+
[license-image]: https://img.shields.io/npm/l/function-bind.svg
|
|
40
|
+
[license-url]: LICENSE
|
|
41
|
+
[downloads-image]: https://img.shields.io/npm/dm/function-bind.svg
|
|
42
|
+
[downloads-url]: https://npm-stat.com/charts.html?package=function-bind
|
|
43
|
+
[codecov-image]: https://codecov.io/gh/Raynos/function-bind/branch/main/graphs/badge.svg
|
|
44
|
+
[codecov-url]: https://app.codecov.io/gh/Raynos/function-bind/
|
|
45
|
+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/Raynos/function-bind
|
|
46
|
+
[actions-url]: https://github.com/Raynos/function-bind/actions
|