metadata-detector-worker 4.0.55 → 4.0.56

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Christoph Guttandin
3
+ Copyright (c) 2023 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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 = _slicedToArray__default["default"](_ref, 2),
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.6",
13
- "synchsafe": "^6.0.21",
12
+ "@babel/runtime": "^7.20.7",
13
+ "synchsafe": "^7.0.0",
14
14
  "tslib": "^2.4.1"
15
15
  },
16
16
  "description": "The worker which is used by the metadata-detector package.",
17
17
  "devDependencies": {
18
- "@babel/core": "^7.20.5",
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.3.0",
23
- "@commitlint/config-angular": "^17.3.0",
24
- "@rollup/plugin-babel": "^5.3.1",
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.2.5",
26
+ "commitizen": "^4.2.6",
27
27
  "cz-conventional-changelog": "^3.3.0",
28
- "eslint": "^8.28.0",
29
- "eslint-config-holy-grail": "^52.0.33",
28
+ "eslint": "^8.32.0",
29
+ "eslint-config-holy-grail": "^55.0.2",
30
30
  "grunt": "^1.5.3",
31
31
  "grunt-cli": "^1.4.3",
32
32
  "grunt-sh": "^0.2.0",
33
- "husky": "^8.0.2",
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.1.0",
47
- "prettier": "^2.8.0",
46
+ "mocha": "^10.2.0",
47
+ "prettier": "^2.8.3",
48
48
  "pretty-quick": "^3.1.3",
49
- "rimraf": "^3.0.2",
50
- "rollup": "^2.79.1",
51
- "sinon": "^14.0.2",
49
+ "rimraf": "^4.0.7",
50
+ "rollup": "^3.10.0",
51
+ "sinon": "^15.0.1",
52
52
  "sinon-chai": "^3.7.0",
53
53
  "ts-loader": "^9.4.2",
54
- "tsconfig-holy-grail": "^11.1.36",
54
+ "tsconfig-holy-grail": "^12.0.0",
55
55
  "tslint": "^6.1.3",
56
- "tslint-config-holy-grail": "^53.2.34",
57
- "typescript": "^4.9.3",
56
+ "tslint-config-holy-grail": "^54.0.0",
57
+ "typescript": "^4.9.4",
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.55"
80
+ "version": "4.0.56"
81
81
  }