Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vespaiach/axios-fetch-adapter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vespaiach/axios-fetch-adapter - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

index.html

26

package.json
{
"name": "@vespaiach/axios-fetch-adapter",
"version": "0.1.1",
"version": "0.2.0",
"description": "Fetch adapter for axios",
"main": "dist/adapter.js",
"module": "dist/adapter.es.js",
"main": "index.js",
"module": "index.js",
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build",
"release": "np"
"release": "np",
"test": "echo done",
"dev": "vite"
},

@@ -28,17 +28,9 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-node-resolve": "^11.1.1",
"axios": "^0.21.1",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"axios": "^0.26.1",
"np": "^7.4.0",
"rollup": "^2.38.2",
"rollup-jest": "^1.1.1"
"vite": "^2.8.0"
},
"peerDependencies": {
"axios": "^0.21.1"
},
"dependencies": {}
}
}

@@ -37,1 +37,5 @@ # Why

```
# Note
- Since, this adapter relies on fetch API so it won't work in Node environment
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc