@mongosh/node-runtime-worker-thread 3.3.18 → 3.3.22
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/.sbom/dependencies.json +405 -773
- package/.sbom/node-js-dep.json +1 -1
- package/AUTHORS +1 -0
- package/dist/index.js +1 -1
- package/dist/purls.txt +59 -90
- package/dist/report.html +2 -2
- package/dist/worker-runtime.js +62 -62
- package/dist/worker-runtime.js.LICENSE.txt +8 -22
- package/package.json +9 -9
|
@@ -50,13 +50,6 @@
|
|
|
50
50
|
* MIT Licensed
|
|
51
51
|
*/
|
|
52
52
|
|
|
53
|
-
/*!
|
|
54
|
-
* destroy
|
|
55
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
56
|
-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
57
|
-
* MIT Licensed
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
53
|
/*!
|
|
61
54
|
* ee-first
|
|
62
55
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -126,21 +119,7 @@
|
|
|
126
119
|
|
|
127
120
|
/*!
|
|
128
121
|
* media-typer
|
|
129
|
-
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
130
|
-
* MIT Licensed
|
|
131
|
-
*/
|
|
132
|
-
|
|
133
|
-
/*!
|
|
134
|
-
* merge-descriptors
|
|
135
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
136
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
137
|
-
* MIT Licensed
|
|
138
|
-
*/
|
|
139
|
-
|
|
140
|
-
/*!
|
|
141
|
-
* methods
|
|
142
|
-
* Copyright(c) 2013-2014 TJ Holowaychuk
|
|
143
|
-
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
122
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
144
123
|
* MIT Licensed
|
|
145
124
|
*/
|
|
146
125
|
|
|
@@ -200,6 +179,13 @@
|
|
|
200
179
|
* MIT Licensed
|
|
201
180
|
*/
|
|
202
181
|
|
|
182
|
+
/*!
|
|
183
|
+
* router
|
|
184
|
+
* Copyright(c) 2013 Roman Shtylman
|
|
185
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
186
|
+
* MIT Licensed
|
|
187
|
+
*/
|
|
188
|
+
|
|
203
189
|
/*!
|
|
204
190
|
* send
|
|
205
191
|
* Copyright(c) 2012 TJ Holowaychuk
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongosh/node-runtime-worker-thread",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.22",
|
|
4
4
|
"description": "MongoDB shell runtime that lives in a worker thread",
|
|
5
5
|
"homepage": "https://github.com/mongodb-js/mongosh",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"compile": "tsc -p tsconfig.json",
|
|
32
32
|
"prepublish": "npm run webpack-build && npm run create-purls-file",
|
|
33
33
|
"prettier": "prettier",
|
|
34
|
-
"reformat": "npm run prettier -- --write . && npm run eslint --fix",
|
|
34
|
+
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix",
|
|
35
35
|
"create-purls-file": "npm run write-node-js-dep && node ../../scripts/create-purls.js .sbom/dependencies.json .sbom/node-js-dep.json > dist/purls.txt",
|
|
36
36
|
"write-node-js-dep": "mkdir -p .sbom && node ../../scripts/write-nodejs-dep > .sbom/node-js-dep.json"
|
|
37
37
|
},
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@mongodb-js/prettier-config-devtools": "^1.0.1",
|
|
41
41
|
"@mongodb-js/sbom-tools": "^0.8.1",
|
|
42
42
|
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
|
|
43
|
-
"@mongosh/browser-runtime-core": "^3.
|
|
44
|
-
"@mongosh/browser-runtime-electron": "^3.
|
|
45
|
-
"@mongosh/service-provider-core": "3.3.
|
|
46
|
-
"@mongosh/service-provider-node-driver": "^3.
|
|
47
|
-
"@mongosh/types": "3.
|
|
48
|
-
"bson": "^6.10.
|
|
43
|
+
"@mongosh/browser-runtime-core": "^3.20.0",
|
|
44
|
+
"@mongosh/browser-runtime-electron": "^3.20.0",
|
|
45
|
+
"@mongosh/service-provider-core": "3.3.7",
|
|
46
|
+
"@mongosh/service-provider-node-driver": "^3.14.0",
|
|
47
|
+
"@mongosh/types": "^3.12.0",
|
|
48
|
+
"bson": "^6.10.4",
|
|
49
49
|
"depcheck": "^1.4.7",
|
|
50
50
|
"eslint": "^7.25.0",
|
|
51
51
|
"mocha": "^10.2.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"system-ca": "^2.0.1",
|
|
59
59
|
"web-worker": "^1.3.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "535ab3f767e2a27c05a6be6a299e0285eebfcc9e"
|
|
62
62
|
}
|