Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

viki-web-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viki-web-utils - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

spec/ScrollTrackableSpec.js

4

dist/scroll_tracker/ScrollTrackable.js

@@ -19,2 +19,4 @@ 'use strict';

this.thresh = 0;
this.scrollTrackHandler = this.scrollTrackHandler.bind(this);
this.waiting = true;
}

@@ -32,3 +34,3 @@

this.store(this.startPos);
window.addEventListener('scroll', this.scrollTrackHandler.bind(this));
window.addEventListener('scroll', this.scrollTrackHandler);
}

@@ -35,0 +37,0 @@ }, {

{
"name": "viki-web-utils",
"version": "0.0.8",
"version": "0.0.9",
"description": "Utils used by the Viki web app",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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