You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fastify-axios

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-axios - npm Package Compare versions

Comparing version

to
1.2.5

10

package.json
{
"name": "fastify-axios",
"version": "1.2.4",
"version": "1.2.5",
"description": "Decorate fastify instance with axios http client",

@@ -29,11 +29,11 @@ "main": "index.js",

"dependencies": {
"axios": "^0.22.0",
"fastify-plugin": "^3.0.0"
"axios": "^0.25.0",
"fastify-plugin": "^3.0.1"
},
"devDependencies": {
"fastify": "^3.22.0",
"fastify": "^3.27.2",
"pre-commit": "^1.2.2",
"standard": "^16.0.4",
"tap": "^15.0.10"
"tap": "^15.1.6"
}
}