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.11 to 0.3.12

2

dist/ScrollBox.js

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

});
_this.updateView(position);
});

@@ -64,3 +65,2 @@ var scrollMark = this.getBar().getMark();

});
this.scrollBar.getEmitter().on('wbScroll', this.updateView.bind(this));
this.recalc();

@@ -67,0 +67,0 @@ };

{
"name": "@wildebeest/scroll",
"version": "0.3.11",
"version": "0.3.12",
"description": "Scroll element with custom scroll bar",

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

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

});
this.updateView(position);
});

@@ -70,6 +71,4 @@

this.scrollBar.scrollBy(this.normalizeRemaining(event.vertical));
})
});
this.scrollBar.getEmitter().on('wbScroll', this.updateView.bind(this));
this.recalc();

@@ -76,0 +75,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