@better-media/plugin-virus-scan 0.1.0 → 0.2.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -31,4 +31,4 @@ const media = createBetterMedia({
|
|
|
31
31
|
});
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
See [better-media.
|
|
34
|
+
See [better-media-platform.vercel.app/docs/plugins/virus-scan](https://better-media-platform.vercel.app/docs/plugins/virus-scan) for all strategies and options.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-media/plugin-virus-scan",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Virus scanning plugin for Better Media pipeline",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"README.md"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@better-media/core": "0.
|
|
20
|
+
"@better-media/core": "0.2.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"clamscan": "^2.4.0"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"type": "git",
|
|
34
34
|
"url": "git+https://github.com/AbenezerAtnafu/better-media.git"
|
|
35
35
|
},
|
|
36
|
-
"homepage": "https://better-media.
|
|
36
|
+
"homepage": "https://better-media-platform.vercel.app/",
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/AbenezerAtnafu/better-media/issues"
|
|
39
39
|
},
|