metadata-detector-worker 4.0.38 → 4.0.42
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/build/es5/bundle.js +3 -3
- package/package.json +21 -21
package/build/es5/bundle.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('synchsafe'), require('@babel/runtime/helpers/slicedToArray')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['synchsafe', '@babel/runtime/helpers/slicedToArray'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.synchsafe, global._slicedToArray));
|
|
5
|
-
}(this, (function (synchsafe, _slicedToArray) { 'use strict';
|
|
5
|
+
})(this, (function (synchsafe, _slicedToArray) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
var offset = 0;
|
|
145
145
|
var strippedArrayBuffer = arrayBuffer;
|
|
146
146
|
locations.forEach(function (_ref) {
|
|
147
|
-
var _ref2 = _slicedToArray__default[
|
|
147
|
+
var _ref2 = _slicedToArray__default["default"](_ref, 2),
|
|
148
148
|
begin = _ref2[0],
|
|
149
149
|
end = _ref2[1];
|
|
150
150
|
|
|
@@ -199,4 +199,4 @@
|
|
|
199
199
|
}
|
|
200
200
|
});
|
|
201
201
|
|
|
202
|
-
}))
|
|
202
|
+
}));
|
package/package.json
CHANGED
|
@@ -9,34 +9,34 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.
|
|
13
|
-
"synchsafe": "^6.0.
|
|
12
|
+
"@babel/runtime": "^7.16.5",
|
|
13
|
+
"synchsafe": "^6.0.10",
|
|
14
14
|
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"description": "The worker which is used by the metadata-detector package.",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@babel/core": "^7.
|
|
19
|
-
"@babel/plugin-external-helpers": "^7.
|
|
20
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
21
|
-
"@babel/preset-env": "^7.
|
|
22
|
-
"@commitlint/cli": "^
|
|
23
|
-
"@commitlint/config-angular": "^
|
|
18
|
+
"@babel/core": "^7.16.5",
|
|
19
|
+
"@babel/plugin-external-helpers": "^7.16.5",
|
|
20
|
+
"@babel/plugin-transform-runtime": "^7.16.5",
|
|
21
|
+
"@babel/preset-env": "^7.16.5",
|
|
22
|
+
"@commitlint/cli": "^15.0.0",
|
|
23
|
+
"@commitlint/config-angular": "^15.0.0",
|
|
24
24
|
"@rollup/plugin-babel": "^5.3.0",
|
|
25
25
|
"chai": "^4.3.4",
|
|
26
26
|
"commitizen": "^4.2.4",
|
|
27
27
|
"cz-conventional-changelog": "^3.3.0",
|
|
28
28
|
"eslint": "^7.32.0",
|
|
29
|
-
"eslint-config-holy-grail": "^50.1.
|
|
29
|
+
"eslint-config-holy-grail": "^50.1.22",
|
|
30
30
|
"grunt": "^1.4.1",
|
|
31
31
|
"grunt-cli": "^1.4.3",
|
|
32
32
|
"grunt-contrib-clean": "^2.0.0",
|
|
33
33
|
"grunt-sh": "^0.2.0",
|
|
34
|
-
"husky": "^7.0.
|
|
35
|
-
"karma": "^6.3.
|
|
34
|
+
"husky": "^7.0.4",
|
|
35
|
+
"karma": "^6.3.9",
|
|
36
36
|
"karma-browserstack-launcher": "^1.6.0",
|
|
37
37
|
"karma-chrome-launcher": "^3.1.0",
|
|
38
38
|
"karma-cli": "^2.0.0",
|
|
39
|
-
"karma-firefox-launcher": "^2.1.
|
|
39
|
+
"karma-firefox-launcher": "^2.1.2",
|
|
40
40
|
"karma-leche": "^2.0.1",
|
|
41
41
|
"karma-mocha": "^2.0.1",
|
|
42
42
|
"karma-mocha-webworker": "^1.3.0",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"karma-webpack": "^5.0.0",
|
|
46
46
|
"load-grunt-config": "^4.0.1",
|
|
47
47
|
"memory-fs": "^0.5.0",
|
|
48
|
-
"mocha": "^9.1.
|
|
49
|
-
"prettier": "^2.
|
|
50
|
-
"pretty-quick": "^3.1.
|
|
51
|
-
"rollup": "^2.
|
|
48
|
+
"mocha": "^9.1.3",
|
|
49
|
+
"prettier": "^2.5.1",
|
|
50
|
+
"pretty-quick": "^3.1.2",
|
|
51
|
+
"rollup": "^2.61.1",
|
|
52
52
|
"sinon": "^11.1.2",
|
|
53
53
|
"sinon-chai": "^3.7.0",
|
|
54
|
-
"ts-loader": "^9.2.
|
|
55
|
-
"tsconfig-holy-grail": "^11.1.
|
|
54
|
+
"ts-loader": "^9.2.6",
|
|
55
|
+
"tsconfig-holy-grail": "^11.1.19",
|
|
56
56
|
"tslint": "^6.1.3",
|
|
57
57
|
"tslint-config-holy-grail": "^53.2.25",
|
|
58
|
-
"typescript": "^4.4
|
|
59
|
-
"webpack": "^5.
|
|
58
|
+
"typescript": "^4.5.4",
|
|
59
|
+
"webpack": "^5.65.0"
|
|
60
60
|
},
|
|
61
61
|
"files": [
|
|
62
62
|
"build/es2019/",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"test": "grunt lint && grunt test"
|
|
79
79
|
},
|
|
80
80
|
"types": "build/es2019/module.d.ts",
|
|
81
|
-
"version": "4.0.
|
|
81
|
+
"version": "4.0.42"
|
|
82
82
|
}
|