Socket
Socket
Sign inDemoInstall

redaxios

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

redaxios - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

package.json
{
"name": "redaxios",
"version": "0.4.0",
"version": "0.4.1",
"description": "The API from Axios, as a tiny abstraction over Fetch.",

@@ -13,3 +13,3 @@ "source": "src/index.js",

"test": "npm run format:check && eslint src test && karmatic",
"release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish",
"release": "npm run build && npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish",
"format": "prettier --write './**/*.{js,json,yml,md}'",

@@ -16,0 +16,0 @@ "format:check": "prettier --check './**/*.{js,json,yml,md}'"

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