Socket
Socket
Sign inDemoInstall

x-axios-progress-bar

Package Overview
Dependencies
9
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "x-axios-progress-bar",
"version": "1.2.1",
"version": "1.2.2",
"description": "Slim progress bar (NProgress) for Web applications that use Axios library for HTTP requests.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -16,3 +16,3 @@ # Axios Progress Bar

npm install --save axios
npm install --save axios-progress-bar
npm install --save x-axios-progress-bar

@@ -44,3 +44,3 @@ Or via CDN:

```js
import { loadProgressBar } from 'axios-progress-bar'
import { loadProgressBar } from 'x-axios-progress-bar'

@@ -55,3 +55,3 @@ loadProgressBar()

```js
import 'axios-progress-bar/dist/nprogress.css'
import 'x-axios-progress-bar/dist/nprogress.css'
```

@@ -58,0 +58,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc