New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-top-progress

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-top-progress - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "react-top-progress",
"version": "1.0.1",
"version": "1.0.2",
"description": "A lightweight modern top loading progress bar for React",

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

@@ -34,5 +34,6 @@ # react-top-progress

At the top level of your application (like Next.js `app/layout.tsx` or Vite `src/App.tsx`), render the component.
At the top level of your application (like Next.js `app/layout.jsx` or Vite `src/App.jsx`), render the component.
Works flawlessly in both **JSX** and **TSX**!
```tsx
```jsx
import { TopProgress } from "react-top-progress";

@@ -70,3 +71,3 @@

```tsx
```jsx
import {

@@ -73,0 +74,0 @@ startProgress,