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

@mui/toolpad-utils

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/toolpad-utils - npm Package Compare versions

Comparing version

to
0.1.46

21

package.json
{
"name": "@mui/toolpad-utils",
"version": "0.1.45",
"version": "0.1.46",
"description": "Build MUI apps quickly",

@@ -39,8 +39,2 @@ "author": "MUI Toolpad team",

},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"check-types": "tsup && tsc --noEmit",
"test": "vitest run"
},
"bugs": {

@@ -57,3 +51,3 @@ "url": "https://github.com/mui/mui-toolpad/issues"

"invariant": "2.2.4",
"prettier": "2.8.8",
"prettier": "3.2.3",
"react-is": "18.2.0",

@@ -67,7 +61,12 @@ "title": "3.5.3",

"@types/prettier": "2.7.3",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/react-is": "18.2.4",
"@types/title": "3.4.3"
},
"gitHead": "d1e2743334d036a98c9a0867404f3fbcf70f6e43"
}
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"check-types": "tsup && tsc --noEmit",
"test": "vitest run"
}
}