Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tryghost/admin-api

Package Overview
Dependencies
Maintainers
21
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/admin-api - npm Package Compare versions

Comparing version
1.11.1
to
1.11.2
+3
-0
lib/index.js

@@ -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"
}