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.10.0
to
1.11.0
+5
-1
lib/index.js

@@ -6,2 +6,5 @@ const axios = require('axios');

const packageInfo = require('../package.json');
const packageVersion = packageInfo.version;
// NOTE: bump this default when Ghost v5 is released

@@ -421,3 +424,4 @@ const defaultAcceptVersionHeader = 'v4.0';

const ghostHeaders = {
Authorization: authorizationHeader
Authorization: authorizationHeader,
'User-Agent': `GhostAdminSDK/${packageVersion}`
};

@@ -424,0 +428,0 @@

+2
-2
{
"name": "@tryghost/admin-api",
"version": "1.10.0",
"version": "1.11.0",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/admin-api",

@@ -34,3 +34,3 @@ "author": "Ghost Foundation",

},
"gitHead": "af2e0206c91195715d42b1640f453204abef5a5d"
"gitHead": "db46574e3958a2487e8ccdcfb735fbe5de2a2731"
}