Socket
Socket
Sign inDemoInstall

scrolly-video

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrolly-video - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

3

dist/ScrollyVideo.js

@@ -355,2 +355,5 @@ import UAParser from 'ua-parser-js';

// If we are close enough, return early
if (!jump && Math.abs(this.currentTime - this.targetTime) < this.frameThreshold) return;
// If we are already transitioning, bail early

@@ -357,0 +360,0 @@ if (!jump && this.transitioning) return;

2

package.json
{
"name": "scrolly-video",
"version": "0.0.11",
"version": "0.0.12",
"description": "A component for scroll-based (or other externally controlled) playback.",

@@ -5,0 +5,0 @@ "main": "dist/scrolly-video.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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