📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

react-spring

Package Overview
Dependencies
Maintainers
2
Versions
381
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spring - npm Package Compare versions

Comparing version

to
0.0.0-nightly-52cc710-20230626001840

dist/cjs/index.js

39

package.json
{
"name": "react-spring",
"version": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"version": "0.0.0-nightly-52cc710-20230626001840",
"module": "./dist/react-spring.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring.modern.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
"types": "./dist/react-spring.modern.d.ts",
"import": "./dist/react-spring.modern.mjs",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist/*",
"dist/**/*",
"README.md",

@@ -39,8 +39,8 @@ "LICENSE"

"dependencies": {
"@react-spring/core": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/konva": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/native": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/three": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/web": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/zdog": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834"
"@react-spring/core": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/konva": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/native": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/three": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/web": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/zdog": "0.0.0-nightly-52cc710-20230626001840"
},

@@ -52,5 +52,8 @@ "peerDependencies": {

"scripts": {
"build": "tsup --legacy-output",
"dev": "tsup"
"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"
}
}

@@ -81,3 +81,3 @@ <p align="center">

Pages contain their own [examples](https://react-spring.io/hooks/use-spring#demos) which you can check out there, or [open in codesandbox](https://codesandbox.io/s/github/pmndrs/react-spring/tree/master/demo/src/sandboxes/card) for a more in-depth view!
Pages contain their own [examples](https://react-spring.io/hooks/use-spring#demos) which you can check out there, or [open in codesandbox](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/card) for a more in-depth view!

@@ -84,0 +84,0 @@ ---