Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@react-stately/utils

Package Overview
Dependencies
Maintainers
2
Versions
1321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/utils - npm Package Compare versions

Comparing version
3.12.0
to
3.12.1
+23
-19
package.json
{
"name": "@react-stately/utils",
"version": "3.12.0",
"version": "3.12.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/react-spectrum"
},
"source": "src/index.ts",
"files": [
"dist",
"src"
],
"sideEffects": false,
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types/src/index.d.ts",
"exports": {

@@ -17,13 +28,13 @@ ".": {

},
"types": "dist/types/src/index.d.ts",
"source": "src/index.ts",
"files": [
"dist",
"src"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/adobe/react-spectrum"
"publishConfig": {
"access": "public"
},
"dependencies": {
"@swc/helpers": "^0.5.0",
"react-stately": "^3.46.0"
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"peerDependencies": {

@@ -33,13 +44,6 @@ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",

},
"dependencies": {
"@swc/helpers": "^0.5.0",
"react-stately": "3.46.0"
},
"publishConfig": {
"access": "public"
},
"targets": {
"types": false
},
"gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae"
"gitHead": "3577a20859b9585a000010c720f6ee39c1c588cc"
}