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

@purpurds/spinner

Package Overview
Dependencies
Maintainers
0
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/spinner - npm Package Compare versions

Comparing version

to
6.2.0

30

package.json
{
"name": "@purpurds/spinner",
"version": "6.1.4",
"version": "6.2.0",
"license": "AGPL-3.0-only",

@@ -19,3 +19,3 @@ "main": "./dist/spinner.cjs.js",

"classnames": "~2.5.0",
"@purpurds/tokens": "6.1.4"
"@purpurds/tokens": "6.2.0"
},

@@ -28,8 +28,8 @@ "devDependencies": {

"@telia/react-rig": "~3.2.0",
"@testing-library/dom": "~9.3.3",
"@testing-library/dom": "~10.4.0",
"@testing-library/jest-dom": "~6.4.0",
"@testing-library/react": "~14.3.0",
"@testing-library/react": "~ 16.2.0",
"@types/node": "20.12.12",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^19.0.4",
"@types/react": "^19.0.10",
"eslint-plugin-testing-library": "~6.2.0",

@@ -40,4 +40,4 @@ "eslint": "^8.57.0",

"prettier": "~2.8.8",
"react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^19.0.0",
"react": "^19.0.0",
"typescript": "^5.6.3",

@@ -48,2 +48,16 @@ "vite": "5.4.8",

},
"peerDependencies": {
"@types/react": "^18 || ^19",
"@types/react-dom": "^18 || ^19",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"scripts": {

@@ -50,0 +64,0 @@ "build:dev": "vite",