🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@react-spring/core

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/core - npm Package Compare versions

Comparing version

to
10.0.0-beta.0

dist/cjs/index.js

48

package.json
{
"name": "@react-spring/core",
"version": "10.0.0-alpha.1",
"main": "dist/react-spring-core.cjs.js",
"module": "dist/react-spring-core.esm.js",
"version": "10.0.0-beta.0",
"module": "./dist/react-spring_core.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_core.modern.d.mts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/react-spring_core.modern.d.mts",
"default": "./dist/react-spring_core.modern.mjs"
},
"require": {
"types": "./dist/cjs/react-spring_core.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",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-spring/donate"
},
"keywords": [

@@ -30,15 +51,16 @@ "animated",

"scripts": {
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mEnjoy react-spring? You can now donate to our open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[34mhttps://opencollective.com/react-spring/donate\\u001b[0m')\""
"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"
},
"dependencies": {
"@react-spring/animated": "~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/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"
},
"devDependencies": {
"@react-spring/rafz": "~10.0.0-alpha.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}