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
12
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.0.2
to
1.0.3
+6
-6
package.json
{
"name": "@tryghost/admin-api",
"version": "1.0.2",
"version": "1.0.3",
"repository": "https://github.com/TryGhost/Ghost-SDKs/tree/master/packages/admin-api",

@@ -24,12 +24,12 @@ "author": "Ghost Foundation",

"devDependencies": {
"mocha": "6.2.0",
"mocha": "7.1.0",
"should": "13.2.3",
"sinon": "7.4.1"
"sinon": "9.0.0"
},
"dependencies": {
"axios": "0.19.1",
"form-data": "^2.3.3",
"axios": "0.19.2",
"form-data": "^3.0.0",
"jsonwebtoken": "^8.4.0"
},
"gitHead": "9b9356fbb826cf087c3307291a74967bbe1774bf"
"gitHead": "eeb763ba7ce4150198cfb5de797096961beae759"
}

@@ -21,3 +21,3 @@ # Admin Api

This is a mono repository, managed with [lerna](https://lernajs.io/).
This is a mono repository, managed with [lerna](https://lerna.js.org/).

@@ -24,0 +24,0 @@ Follow the instructions for the top-level repo.