New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mantine/nprogress

Package Overview
Dependencies
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/nprogress - npm Package Compare versions

Comparing version

to
5.5.3

8

package.json
{
"name": "@mantine/nprogress",
"description": "Navigation progress bar",
"version": "5.5.2",
"version": "5.5.3",
"main": "cjs/index.js",

@@ -18,4 +18,4 @@ "module": "esm/index.js",

"peerDependencies": {
"@mantine/core": "5.5.2",
"@mantine/hooks": "5.5.2",
"@mantine/core": "5.5.3",
"@mantine/hooks": "5.5.3",
"react": ">=16.8.0",

@@ -25,5 +25,5 @@ "react-dom": ">=16.8.0"

"dependencies": {
"@mantine/utils": "5.5.2"
"@mantine/utils": "5.5.3"
},
"devDependencies": {}
}