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

@wildebeest/scroll

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildebeest/scroll - npm Package Compare versions

Comparing version 0.3.13 to 0.3.14

1

dist/ScrollBox.js

@@ -31,2 +31,3 @@ "use strict";

this.element = element;
this.element.style.overflow = "hidden";
this.config = config;

@@ -33,0 +34,0 @@ this.touchComponent = new touch_1.TouchComponent(this.element, barEmmiter);

2

package.json
{
"name": "@wildebeest/scroll",
"version": "0.3.13",
"version": "0.3.14",
"description": "Scroll element with custom scroll bar",

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

@@ -34,2 +34,3 @@ import { DomService, EmitterService, Emitter } from "@wildebeest/common";

this.element = element;
this.element.style.overflow = "hidden";
this.config = config;

@@ -36,0 +37,0 @@ this.touchComponent = new TouchComponent(this.element, barEmmiter);

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