@tryghost/admin-api
Advanced tools
+3
-0
@@ -27,2 +27,5 @@ const axios = require('axios'); | ||
| prefix = `/admin/`; | ||
| } else if (version.match(/^v\d+\.\d+/)) { | ||
| const versionPrefix = /^(v\d+)\.\d+/.exec(version)[1]; | ||
| prefix = `/${versionPrefix}/admin/`; | ||
| } else { | ||
@@ -29,0 +32,0 @@ prefix = `/${version}/admin/`; |
+2
-2
| { | ||
| "name": "@tryghost/admin-api", | ||
| "version": "1.11.1", | ||
| "version": "1.11.2", | ||
| "repository": "https://github.com/TryGhost/SDK/tree/master/packages/admin-api", | ||
@@ -34,3 +34,3 @@ "author": "Ghost Foundation", | ||
| }, | ||
| "gitHead": "f699f18279c596be384760adccbbf90a659bd4bc" | ||
| "gitHead": "6c0165f2588537f0e00e76567c2ed2f526f7faff" | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
18467
0.84%414
0.73%