New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zscroller

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zscroller - npm Package Compare versions

Comparing version 0.4.1 to 0.4.3

6

es/DOMScroller.js

@@ -5,4 +5,8 @@ import _extends from 'babel-runtime/helpers/extends';

var MIN_INDICATOR_SIZE = 8;
var win = window;
var win = typeof window !== 'undefined' ? window : undefined;
if (!win) {
win = typeof global !== 'undefined' ? global : {};
}
function setTransform(nodeStyle, value) {

@@ -9,0 +13,0 @@ nodeStyle.transform = value;

@@ -18,4 +18,8 @@ 'use strict';

var MIN_INDICATOR_SIZE = 8;
var win = window;
var win = typeof window !== 'undefined' ? window : undefined;
if (!win) {
win = typeof global !== 'undefined' ? global : {};
}
function setTransform(nodeStyle, value) {

@@ -22,0 +26,0 @@ nodeStyle.transform = value;

2

package.json
{
"name": "zscroller",
"version": "0.4.1",
"version": "0.4.3",
"description": "dom scroller based on zynga scroller",

@@ -5,0 +5,0 @@ "keywords": [

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