@tryghost/admin-api
Advanced tools
+4
-4
| { | ||
| "name": "@tryghost/admin-api", | ||
| "version": "1.4.3", | ||
| "version": "1.4.4", | ||
| "repository": "https://github.com/TryGhost/SDK/tree/master/packages/admin-api", | ||
@@ -16,3 +16,3 @@ "author": "Ghost Foundation", | ||
| "dev": "echo \"Implement me!\"", | ||
| "test": "NODE_ENV=testing c8 mocha './test/**/*.test.js'", | ||
| "test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'", | ||
| "lint": "eslint . --ext .js --cache", | ||
@@ -25,3 +25,3 @@ "posttest": "yarn lint" | ||
| "devDependencies": { | ||
| "c8": "7.8.0", | ||
| "c8": "7.10.0", | ||
| "mocha": "7.2.0", | ||
@@ -36,3 +36,3 @@ "should": "13.2.3", | ||
| }, | ||
| "gitHead": "df4510c28c4d60d93a5d8b4f85e72ef10bb34802" | ||
| "gitHead": "93b42d8e27b3d8bd73fe17e200b5e9afe09dffa2" | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14312
0.27%