muhammara 2.3.0 → 2.4.0
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/CHANGELOG.md +13 -1
- package/node_modules/concat-map/package.json +1 -1
- package/node_modules/console-control-strings/package.json +1 -1
- package/node_modules/delegates/package.json +1 -1
- package/node_modules/fs.realpath/package.json +1 -1
- package/node_modules/glob/common.js +2 -0
- package/node_modules/glob/glob.js +4 -1
- package/node_modules/glob/package.json +9 -6
- package/node_modules/glob/sync.js +6 -3
- package/node_modules/has-unicode/package.json +1 -1
- package/node_modules/inflight/package.json +1 -1
- package/node_modules/minimatch/package.json +5 -5
- package/node_modules/object-assign/package.json +1 -1
- package/node_modules/once/package.json +1 -1
- package/node_modules/path-is-absolute/package.json +1 -1
- package/node_modules/set-blocking/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.4.0] - 2022-06-08
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Electron 18.1, 18.2, 18.3
|
|
15
|
+
- Electron 19.0
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Update npm dist url to the new url for electron builds
|
|
20
|
+
|
|
10
21
|
## [2.3.0] - 2022-05-04
|
|
11
22
|
|
|
12
23
|
### Added
|
|
@@ -213,7 +224,8 @@ with the following changes.
|
|
|
213
224
|
|
|
214
225
|
* Initial release
|
|
215
226
|
|
|
216
|
-
[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.
|
|
227
|
+
[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.4.0...HEAD
|
|
228
|
+
[2.4.0]: https://github.com/julianhille/MuhammaraJS/compare/2.3.0...2.4.0
|
|
217
229
|
[2.3.0]: https://github.com/julianhille/MuhammaraJS/compare/2.2.0...2.3.0
|
|
218
230
|
[2.2.0]: https://github.com/julianhille/MuhammaraJS/compare/2.1.0...2.2.0
|
|
219
231
|
[2.1.0]: https://github.com/julianhille/MuhammaraJS/compare/2.0.0...2.1.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "concat-map@0.0.1",
|
|
3
3
|
"_id": "concat-map@0.0.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
6
6
|
"_location": "/concat-map",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "console-control-strings@^1.1.0",
|
|
3
3
|
"_id": "console-control-strings@1.1.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
6
6
|
"_location": "/console-control-strings",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "delegates@^1.0.0",
|
|
3
3
|
"_id": "delegates@1.0.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
6
6
|
"_location": "/delegates",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "fs.realpath@^1.0.0",
|
|
3
3
|
"_id": "fs.realpath@1.0.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
6
6
|
"_location": "/fs.realpath",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -110,6 +110,8 @@ function setopts (self, pattern, options) {
|
|
|
110
110
|
// Note that they are not supported in Glob itself anyway.
|
|
111
111
|
options.nonegate = true
|
|
112
112
|
options.nocomment = true
|
|
113
|
+
// always treat \ in patterns as escapes, not path separators
|
|
114
|
+
options.allowWindowsEscape = false
|
|
113
115
|
|
|
114
116
|
self.minimatch = new Minimatch(pattern, options)
|
|
115
117
|
self.options = self.minimatch.options
|
|
@@ -342,7 +342,10 @@ Glob.prototype._process = function (pattern, index, inGlobStar, cb) {
|
|
|
342
342
|
var read
|
|
343
343
|
if (prefix === null)
|
|
344
344
|
read = '.'
|
|
345
|
-
else if (isAbsolute(prefix) ||
|
|
345
|
+
else if (isAbsolute(prefix) ||
|
|
346
|
+
isAbsolute(pattern.map(function (p) {
|
|
347
|
+
return typeof p === 'string' ? p : '[*]'
|
|
348
|
+
}).join('/'))) {
|
|
346
349
|
if (!prefix || !isAbsolute(prefix))
|
|
347
350
|
prefix = '/' + prefix
|
|
348
351
|
read = prefix
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "glob@^7.1.3",
|
|
3
|
-
"_id": "glob@7.2.
|
|
3
|
+
"_id": "glob@7.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
6
6
|
"_location": "/glob",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"_requiredBy": [
|
|
19
19
|
"/rimraf"
|
|
20
20
|
],
|
|
21
|
-
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.
|
|
22
|
-
"_shasum": "
|
|
21
|
+
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
22
|
+
"_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
|
|
23
23
|
"_spec": "glob@^7.1.3",
|
|
24
24
|
"_where": "/home/runner/work/MuhammaraJS/MuhammaraJS/node_modules/rimraf",
|
|
25
25
|
"author": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"fs.realpath": "^1.0.0",
|
|
36
36
|
"inflight": "^1.0.4",
|
|
37
37
|
"inherits": "2",
|
|
38
|
-
"minimatch": "^3.
|
|
38
|
+
"minimatch": "^3.1.1",
|
|
39
39
|
"once": "^1.3.0",
|
|
40
40
|
"path-is-absolute": "^1.0.0"
|
|
41
41
|
},
|
|
@@ -63,6 +63,9 @@
|
|
|
63
63
|
"license": "ISC",
|
|
64
64
|
"main": "glob.js",
|
|
65
65
|
"name": "glob",
|
|
66
|
+
"publishConfig": {
|
|
67
|
+
"tag": "v7-legacy"
|
|
68
|
+
},
|
|
66
69
|
"repository": {
|
|
67
70
|
"type": "git",
|
|
68
71
|
"url": "git://github.com/isaacs/node-glob.git"
|
|
@@ -81,5 +84,5 @@
|
|
|
81
84
|
"after": "test/zz-cleanup.js",
|
|
82
85
|
"jobs": 1
|
|
83
86
|
},
|
|
84
|
-
"version": "7.2.
|
|
87
|
+
"version": "7.2.3"
|
|
85
88
|
}
|
|
@@ -48,7 +48,7 @@ function GlobSync (pattern, options) {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
GlobSync.prototype._finish = function () {
|
|
51
|
-
assert(this instanceof GlobSync)
|
|
51
|
+
assert.ok(this instanceof GlobSync)
|
|
52
52
|
if (this.realpath) {
|
|
53
53
|
var self = this
|
|
54
54
|
this.matches.forEach(function (matchset, index) {
|
|
@@ -72,7 +72,7 @@ GlobSync.prototype._finish = function () {
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
GlobSync.prototype._process = function (pattern, index, inGlobStar) {
|
|
75
|
-
assert(this instanceof GlobSync)
|
|
75
|
+
assert.ok(this instanceof GlobSync)
|
|
76
76
|
|
|
77
77
|
// Get the first [n] parts of pattern that are all strings.
|
|
78
78
|
var n = 0
|
|
@@ -109,7 +109,10 @@ GlobSync.prototype._process = function (pattern, index, inGlobStar) {
|
|
|
109
109
|
var read
|
|
110
110
|
if (prefix === null)
|
|
111
111
|
read = '.'
|
|
112
|
-
else if (isAbsolute(prefix) ||
|
|
112
|
+
else if (isAbsolute(prefix) ||
|
|
113
|
+
isAbsolute(pattern.map(function (p) {
|
|
114
|
+
return typeof p === 'string' ? p : '[*]'
|
|
115
|
+
}).join('/'))) {
|
|
113
116
|
if (!prefix || !isAbsolute(prefix))
|
|
114
117
|
prefix = '/' + prefix
|
|
115
118
|
read = prefix
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "has-unicode@^2.0.1",
|
|
3
3
|
"_id": "has-unicode@2.0.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
6
6
|
"_location": "/has-unicode",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "inflight@^1.0.4",
|
|
3
3
|
"_id": "inflight@1.0.6",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
6
6
|
"_location": "/inflight",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_from": "minimatch@^3.
|
|
2
|
+
"_from": "minimatch@^3.1.1",
|
|
3
3
|
"_id": "minimatch@3.1.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
5
|
"_integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
"_requested": {
|
|
9
9
|
"type": "range",
|
|
10
10
|
"registry": true,
|
|
11
|
-
"raw": "minimatch@^3.
|
|
11
|
+
"raw": "minimatch@^3.1.1",
|
|
12
12
|
"name": "minimatch",
|
|
13
13
|
"escapedName": "minimatch",
|
|
14
|
-
"rawSpec": "^3.
|
|
14
|
+
"rawSpec": "^3.1.1",
|
|
15
15
|
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "^3.
|
|
16
|
+
"fetchSpec": "^3.1.1"
|
|
17
17
|
},
|
|
18
18
|
"_requiredBy": [
|
|
19
19
|
"/glob"
|
|
20
20
|
],
|
|
21
21
|
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
22
22
|
"_shasum": "19cd194bfd3e428f049a70817c038d89ab4be35b",
|
|
23
|
-
"_spec": "minimatch@^3.
|
|
23
|
+
"_spec": "minimatch@^3.1.1",
|
|
24
24
|
"_where": "/home/runner/work/MuhammaraJS/MuhammaraJS/node_modules/glob",
|
|
25
25
|
"author": {
|
|
26
26
|
"name": "Isaac Z. Schlueter",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "object-assign@^4.1.1",
|
|
3
3
|
"_id": "object-assign@4.1.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
6
6
|
"_location": "/object-assign",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "once@^1.3.0",
|
|
3
3
|
"_id": "once@1.4.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
6
6
|
"_location": "/once",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "path-is-absolute@^1.0.0",
|
|
3
3
|
"_id": "path-is-absolute@1.0.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
6
6
|
"_location": "/path-is-absolute",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "set-blocking@^2.0.0",
|
|
3
3
|
"_id": "set-blocking@2.0.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "
|
|
5
|
+
"_integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
6
6
|
"_location": "/set-blocking",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "muhammara",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Create, read and modify PDF files and streams. A drop in replacement for hummujs PDF library",
|
|
5
5
|
"homepage": "https://github.com/julianhille/Muhammarajs",
|
|
6
6
|
"license": "Apache-2.0",
|