Socket
Socket
Sign inDemoInstall

rellax

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

2

package.json
{
"name": "rellax",
"version": "1.8.0",
"version": "1.8.1",
"description": "Lightweight, vanilla javascript parallax library",

@@ -5,0 +5,0 @@ "main": "rellax.js",

@@ -142,2 +142,4 @@

animate();
// If paused, unpause and set listener for window resizing events

@@ -147,4 +149,5 @@ if (pause) {

pause = false;
// Start the loop
update();
}
animate();
};

@@ -352,5 +355,2 @@

// Start the loop
update();
// Allow to recalculate the initial values whenever we want

@@ -357,0 +357,0 @@ self.refresh = init;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc