Socket
Socket
Sign inDemoInstall

react-scroll-parallax

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scroll-parallax - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

5

cjs/components/useController.js

@@ -16,3 +16,8 @@ "use strict";

var parallaxController = (0, _react.useContext)(_ParallaxContext.default);
var isServer = typeof window === 'undefined';
if (isServer) {
return null;
}
if (!parallaxController) {

@@ -19,0 +24,0 @@ throw new Error('Could not find `react-scroll-parallax` context value. Please ensure the component is wrapped in a <ParallaxProvider>');

2

package.json
{
"name": "react-scroll-parallax",
"version": "2.4.1",
"version": "2.4.2",
"description": "React components to create parallax scroll effects for banners, images or any other DOM elements.",

@@ -5,0 +5,0 @@ "repository": {

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