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

@react-spring/parallax

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/parallax - npm Package Compare versions

Comparing version 0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834 to 0.0.0-nightly-52cc710-20230626001840

dist/cjs/index.js

31

package.json
{
"name": "@react-spring/parallax",
"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_parallax.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_parallax.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_parallax.modern.d.ts",
"import": "./dist/react-spring_parallax.modern.mjs",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist/*",
"dist/**/*",
"README.md",

@@ -39,9 +39,12 @@ "LICENSE"

"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",
"test": "vite serve ./test"
},
"dependencies": {
"@react-spring/shared": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/web": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834"
"@react-spring/shared": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/web": "0.0.0-nightly-52cc710-20230626001840"
},

@@ -48,0 +51,0 @@ "peerDependencies": {

@@ -91,4 +91,4 @@ # @react-spring/parallax

- [Parallax - vertical](https://codesandbox.io/s/github/pmndrs/react-spring/tree/master/demo/src/sandboxes/parallax-vert)
- [Parallax - horizontal](https://codesandbox.io/s/github/pmndrs/react-spring/tree/master/demo/src/sandboxes/parallax)
- [Parallax - sticky](https://codesandbox.io/s/github/pmndrs/react-spring/tree/master/demo/src/sandboxes/parallax-sticky)
- [Parallax - vertical](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/parallax-vert)
- [Parallax - horizontal](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/parallax)
- [Parallax - sticky](https://codesandbox.io/s/github/pmndrs/react-spring/tree/main/demo/src/sandboxes/parallax-sticky)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc