fetch-css 4.1.1 → 4.1.2
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/index.js +1 -1
- package/package.json +11 -11
package/index.js
CHANGED
|
@@ -167,7 +167,7 @@ async function extensionCss({crx, contentScriptsOnly, strict}) {
|
|
|
167
167
|
return css;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
export default async function fetchCss(sources) { // eslint-disable-line
|
|
170
|
+
export default async function fetchCss(sources) { // eslint-disable-line i/no-unused-modules
|
|
171
171
|
sources = clone(sources);
|
|
172
172
|
|
|
173
173
|
const expandedSources = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fetch-css",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "Extract CSS from websites and browser extensions",
|
|
5
5
|
"author": "silverwind",
|
|
6
6
|
"repository": "silverwind/fetch-css",
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"crx-to-zip.js"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"acorn": "8.
|
|
26
|
-
"crypto-js": "4.
|
|
27
|
-
"fetch-enhanced": "
|
|
25
|
+
"acorn": "8.11.3",
|
|
26
|
+
"crypto-js": "4.2.0",
|
|
27
|
+
"fetch-enhanced": "12.0.1",
|
|
28
28
|
"parse5": "7.1.2",
|
|
29
|
-
"postcss": "8.4.
|
|
30
|
-
"rfdc": "1.3.
|
|
31
|
-
"undici": "
|
|
29
|
+
"postcss": "8.4.35",
|
|
30
|
+
"rfdc": "1.3.1",
|
|
31
|
+
"undici": "6.7.0",
|
|
32
32
|
"unzipper": "0.10.14",
|
|
33
33
|
"url-toolkit": "2.2.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"eslint": "8.
|
|
37
|
-
"eslint-config-silverwind": "
|
|
38
|
-
"updates": "
|
|
39
|
-
"versions": "
|
|
36
|
+
"eslint": "8.57.0",
|
|
37
|
+
"eslint-config-silverwind": "80.0.5",
|
|
38
|
+
"updates": "15.1.2",
|
|
39
|
+
"versions": "12.0.1"
|
|
40
40
|
}
|
|
41
41
|
}
|