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

@14islands/scroll-parallax

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@14islands/scroll-parallax - npm Package Compare versions

Comparing version

to
0.1.1

dist/index.d.ts

23

package.json

@@ -5,3 +5,3 @@ {

"license": "ISC",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/14islands/scroll-parallax#readme",

@@ -11,2 +11,14 @@ "bugs": {

},
"main": "dist/scroll-parallax.umd.js",
"module": "dist/scroll-parallax.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/scroll-parallax.es.js",
"require": "./dist/scroll-parallax.umd.js"
}
},
"files": [
"dist"
],
"scripts": {

@@ -23,12 +35,3 @@ "dev": "vite",

"react-dom": "^18.1.0"
},
"main": "./dist/scroll-parallax.umd.js",
"module": "./dist/scroll-parallax.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/scroll-parallax.es.js",
"require": "./dist/scroll-parallax.umd.js"
}
}
}