Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
0
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressen/tallahassee - npm Package Compare versions

Comparing version 16.0.0 to 16.0.1

13

lib/IntersectionObserver.js

@@ -18,2 +18,13 @@ "use strict";

const eventHandlers = [];
function addEventHandler(handler) {
if (eventHandlers.length === 0) {
browser.window.addEventListener("scroll", () => {
eventHandlers.forEach((fn) => fn());
});
}
eventHandlers.push(handler);
}
class IntersectionObserver {

@@ -27,3 +38,3 @@ constructor(viewportUpdate, options) {

browser.window.addEventListener("scroll", () => {
addEventHandler(() => {
const entries = this[kToObserve].map((el) => new IntersectionObserverEntry(el, this[kRootMargin]));

@@ -30,0 +41,0 @@ const changedEntries = entries.filter((entry) => {

2

package.json
{
"name": "@expressen/tallahassee",
"version": "16.0.0",
"version": "16.0.1",
"description": "Lightweight client testing framework",

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

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