axios

v1.7.7
Promise based HTTP client for the browser and node.js
xhr http ajax promise node

fix

eslint --fix lib/**/*.js

test

npm run test:eslint && npm run test:mocha && npm run test:karma && npm run test:dtslint && npm run test:exports

build

gulp clear && cross-env NODE_ENV=production rollup -c -m

start

node ./sandbox/server.js

prepare

husky install && npm run prepare:hooks

release

release-it

version

npm run build && git add dist && git add package.json

examples

node ./examples/server.js

coveralls

cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

preversion

gulp version

test:karma

node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: karma start karma.conf.cjs --single-run

test:mocha

node bin/ssl_hotfix.js mocha test/unit/**/*.js --timeout 30000 --exit

postpublish

git push && git push --tags

release:dry

release-it --dry-run --no-npm

test:eslint

node bin/ssl_hotfix.js eslint lib/**/*.js

release:beta

release-it --preRelease=beta

release:info

release-it --release-version

test:dtslint

dtslint --localTs node_modules/typescript/lib

test:exports

node bin/ssl_hotfix.js mocha test/module/test.js --timeout 30000 --exit

prepare:hooks

npx husky set .husky/commit-msg "npx commitlint --edit $1"

prepublishOnly

npm run test:build:version

release:no-npm

release-it --no-npm

test:karma:server

node bin/ssl_hotfix.js cross-env karma start karma.conf.cjs

test:build:version

node ./bin/check-build-version.js

test:karma:firefox

node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: Browsers=Firefox karma start karma.conf.cjs --single-run

release:beta:no-npm

release-it --preRelease=beta --no-npm

release:changelog:fix

node ./bin/injectContributorsList.js && git add CHANGELOG.md
npm i axios

Metadata

  • MIT
  • Whatever
  • Matt Zabriskie
  • released 8/31/2024

Downloads