{"library":"axios-jsonp-pro","type":"library","category":null,"description":"axios-jsonp-pro is a plugin that extends the popular Axios HTTP client, adding JSONP (JSON with Padding) request capabilities for web browsers and Node.js environments. While Axios itself is a robust, promise-based client for standard HTTP requests, it does not natively support JSONP, which is often used for cross-domain data fetching from older APIs. This package seamlessly integrates by patching the global Axios instance, allowing developers to make JSONP requests using `axios.jsonp()`. Currently at version 1.1.8, the project appears to be in maintenance mode, with its last publish date being several years ago, though it still functions as a reliable solution for JSONP needs within an Axios-powered application. Its key differentiator is providing a familiar Axios-like API for JSONP, contrasting with standalone JSONP libraries or direct `<script>` tag injection.","language":"javascript","status":"maintenance","version":"1.1.8","tags":["javascript","xhr","http","ajax","promise","node","jsonp","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install axios-jsonp-pro","imports":["import axios from 'axios';\nimport 'axios-jsonp-pro';\n\n// Now axios.jsonp is available\naxios.jsonp('/api/data')","const axios = require('axios');\nrequire('axios-jsonp-pro');\n\n// Now axios.jsonp is available\naxios.jsonp('/api/data')","import axios from 'axios';\nimport jsonpAdapter from 'axios-jsonp-pro';\n\nconst instance = axios.create({ adapter: jsonpAdapter });\ninstance.jsonp('/api/data'); // May not be directly exposed this way, prefer global patch if available."]},{"cmd":"yarn add axios-jsonp-pro","imports":[]},{"cmd":"pnpm add axios-jsonp-pro","imports":[]}],"homepage":null,"github":"https://github.com/RekingZhang/axios-jsonp","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/axios-jsonp-pro","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/axios-jsonp-pro/compatibility"}}