You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-spring/web

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/web - npm Package Compare versions

Comparing version

to
10.0.0-beta.0

dist/cjs/index.js

46

package.json
{
"name": "@react-spring/web",
"version": "10.0.0-alpha.1",
"main": "dist/react-spring-web.cjs.js",
"module": "dist/react-spring-web.esm.js",
"version": "10.0.0-beta.0",
"module": "./dist/react-spring_web.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_web.modern.d.mts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/react-spring_web.modern.d.mts",
"default": "./dist/react-spring_web.modern.mjs"
},
"require": {
"types": "./dist/cjs/react-spring_web.development.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"files": [
"dist/*",
"dist/**/*",
"README.md",
"LICENSE"
],
"repository": "pmndrs/react-spring",
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/react-spring.git"
},
"homepage": "https://github.com/pmndrs/react-spring#readme",

@@ -30,11 +47,18 @@ "keywords": [

"dependencies": {
"@react-spring/animated": "~10.0.0-alpha.0",
"@react-spring/core": "~10.0.0-alpha.0",
"@react-spring/shared": "~10.0.0-alpha.0",
"@react-spring/types": "~10.0.0-alpha.0"
"@react-spring/animated": "~10.0.0-beta.0",
"@react-spring/core": "~10.0.0-beta.0",
"@react-spring/shared": "~10.0.0-beta.0",
"@react-spring/types": "~10.0.0-beta.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsup --watch",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"pack": "yarn pack"
}
}