Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 0.3.5

1

dist/ScrollMark.js

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

if (changed) {
this.updateElement();
this.emitter.emit('wbMove', this.position);

@@ -25,0 +26,0 @@ }

2

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

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

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

if (changed) {
this.updateElement();
this.emitter.emit('wbMove', this.position);

@@ -38,0 +39,0 @@ }

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