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

@blinkk/degu

Package Overview
Dependencies
Maintainers
3
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blinkk/degu - npm Package Compare versions

Comparing version 0.0.312 to 0.0.313

1

lib/dom/scroll-to-on-focus.d.ts

@@ -7,2 +7,3 @@ export interface ScrollToOnFocusConfig {

setTabIndex?: boolean;
setAriaRole?: string;
debug: boolean;

@@ -9,0 +10,0 @@ }

@@ -21,2 +21,5 @@ "use strict";

}
if (config.setAriaRole) {
el.setAttribute('aria-role', config.setAriaRole);
}
this.watcher.add({

@@ -39,2 +42,11 @@ element: el,

}
if (this.debug) {
this.watcher.add({
element: window,
on: 'scroll',
callback: () => {
console.log('progress', dom_1.dom.getElementScrolledPercent(this.element, this.topProgressOffset, this.bottomProgressOffset));
}
});
}
});

@@ -41,0 +53,0 @@ }

2

package.json
{
"name": "@blinkk/degu",
"version": "0.0.312",
"version": "0.0.313",
"description": "A general utility library for interactive websites, with a focus on performance.",

@@ -5,0 +5,0 @@ "author": "Blinkk <hello@blinkk.com>",

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