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

@react-spring/shared

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/shared - npm Package Compare versions

Comparing version

to
10.0.0-beta.0

dist/cjs/index.js

40

package.json
{
"name": "@react-spring/shared",
"version": "10.0.0-alpha.1",
"version": "10.0.0-beta.0",
"description": "Globals and shared modules",
"main": "dist/react-spring-shared.cjs.js",
"module": "dist/react-spring-shared.esm.js",
"module": "./dist/react-spring_shared.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_shared.modern.d.mts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/react-spring_shared.modern.d.mts",
"default": "./dist/react-spring_shared.modern.mjs"
},
"require": {
"types": "./dist/cjs/react-spring_shared.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",

@@ -31,8 +48,15 @@ "keywords": [

"dependencies": {
"@react-spring/rafz": "~10.0.0-alpha.0",
"@react-spring/types": "~10.0.0-alpha.0"
"@react-spring/rafz": "~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": "^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"
}
}