koishi-plugin-recorder
Advanced tools
Comparing version 2.0.0-alpha.29 to 2.0.0-alpha.30
{ | ||
"name": "koishi-plugin-recorder", | ||
"description": "Save Chat Records for Koishi", | ||
"version": "2.0.0-alpha.29", | ||
"version": "2.0.0-alpha.30", | ||
"main": "dist/index.js", | ||
@@ -15,3 +15,3 @@ "typings": "dist/index.d.ts", | ||
"lint": "eslint src --ext .ts", | ||
"prepack": "rimraf dist & tsc -b" | ||
"prepack": "tsc -b" | ||
}, | ||
@@ -39,8 +39,8 @@ "repository": { | ||
"del": "^5.1.0", | ||
"koishi-test-utils": "^4.0.0-alpha.29" | ||
"koishi-test-utils": "^4.0.0-alpha.30" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^2.0.0-alpha.29", | ||
"koishi-core": "^2.0.0-alpha.30", | ||
"koishi-utils": "^2.0.3" | ||
} | ||
} |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
4270
5
43
0
1
Updatedkoishi-core@^2.0.0-alpha.30