metadata-detector-worker 4.0.55 → 4.0.57
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/LICENSE +1 -1
- package/build/es5/bundle.js +1 -5
- package/package.json +21 -21
package/LICENSE
CHANGED
package/build/es5/bundle.js
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.synchsafe, global._slicedToArray));
|
|
5
5
|
})(this, (function (synchsafe, _slicedToArray) { 'use strict';
|
|
6
6
|
|
|
7
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
-
|
|
9
|
-
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
10
|
-
|
|
11
7
|
var textDecoder = null;
|
|
12
8
|
var decode = function decode(dataView) {
|
|
13
9
|
if ('TextDecoder' in self) {
|
|
@@ -117,7 +113,7 @@
|
|
|
117
113
|
var offset = 0;
|
|
118
114
|
var strippedArrayBuffer = arrayBuffer;
|
|
119
115
|
locations.forEach(function (_ref) {
|
|
120
|
-
var _ref2 =
|
|
116
|
+
var _ref2 = _slicedToArray(_ref, 2),
|
|
121
117
|
begin = _ref2[0],
|
|
122
118
|
end = _ref2[1];
|
|
123
119
|
if (begin === offset) {
|
package/package.json
CHANGED
|
@@ -9,28 +9,28 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.20.
|
|
13
|
-
"synchsafe": "^
|
|
14
|
-
"tslib": "^2.
|
|
12
|
+
"@babel/runtime": "^7.20.13",
|
|
13
|
+
"synchsafe": "^7.0.1",
|
|
14
|
+
"tslib": "^2.5.0"
|
|
15
15
|
},
|
|
16
16
|
"description": "The worker which is used by the metadata-detector package.",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@babel/core": "^7.20.
|
|
18
|
+
"@babel/core": "^7.20.12",
|
|
19
19
|
"@babel/plugin-external-helpers": "^7.18.6",
|
|
20
20
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
21
21
|
"@babel/preset-env": "^7.20.2",
|
|
22
|
-
"@commitlint/cli": "^17.
|
|
23
|
-
"@commitlint/config-angular": "^17.
|
|
24
|
-
"@rollup/plugin-babel": "^
|
|
22
|
+
"@commitlint/cli": "^17.4.2",
|
|
23
|
+
"@commitlint/config-angular": "^17.4.2",
|
|
24
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
25
25
|
"chai": "^4.3.7",
|
|
26
|
-
"commitizen": "^4.
|
|
26
|
+
"commitizen": "^4.3.0",
|
|
27
27
|
"cz-conventional-changelog": "^3.3.0",
|
|
28
|
-
"eslint": "^8.
|
|
29
|
-
"eslint-config-holy-grail": "^
|
|
30
|
-
"grunt": "^1.
|
|
28
|
+
"eslint": "^8.33.0",
|
|
29
|
+
"eslint-config-holy-grail": "^55.0.6",
|
|
30
|
+
"grunt": "^1.6.1",
|
|
31
31
|
"grunt-cli": "^1.4.3",
|
|
32
32
|
"grunt-sh": "^0.2.0",
|
|
33
|
-
"husky": "^8.0.
|
|
33
|
+
"husky": "^8.0.3",
|
|
34
34
|
"karma": "^6.4.1",
|
|
35
35
|
"karma-browserstack-launcher": "^1.6.0",
|
|
36
36
|
"karma-chrome-launcher": "^3.1.1",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"karma-webpack": "^5.0.0",
|
|
44
44
|
"load-grunt-config": "^4.0.1",
|
|
45
45
|
"memory-fs": "^0.5.0",
|
|
46
|
-
"mocha": "^10.
|
|
47
|
-
"prettier": "^2.8.
|
|
46
|
+
"mocha": "^10.2.0",
|
|
47
|
+
"prettier": "^2.8.3",
|
|
48
48
|
"pretty-quick": "^3.1.3",
|
|
49
|
-
"rimraf": "^
|
|
50
|
-
"rollup": "^
|
|
51
|
-
"sinon": "^
|
|
49
|
+
"rimraf": "^4.1.2",
|
|
50
|
+
"rollup": "^3.12.1",
|
|
51
|
+
"sinon": "^15.0.1",
|
|
52
52
|
"sinon-chai": "^3.7.0",
|
|
53
53
|
"ts-loader": "^9.4.2",
|
|
54
|
-
"tsconfig-holy-grail": "^
|
|
54
|
+
"tsconfig-holy-grail": "^12.0.0",
|
|
55
55
|
"tslint": "^6.1.3",
|
|
56
|
-
"tslint-config-holy-grail": "^
|
|
57
|
-
"typescript": "^4.9.
|
|
56
|
+
"tslint-config-holy-grail": "^54.0.1",
|
|
57
|
+
"typescript": "^4.9.5",
|
|
58
58
|
"webpack": "^5.75.0"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"test": "grunt lint && grunt test"
|
|
78
78
|
},
|
|
79
79
|
"types": "build/es2019/module.d.ts",
|
|
80
|
-
"version": "4.0.
|
|
80
|
+
"version": "4.0.57"
|
|
81
81
|
}
|