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

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
4
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 2.11.0 to 2.12.0

lib/MutationObserver.js

10

lib/Element.js

@@ -214,2 +214,8 @@ "use strict";

element._emitter.on("_insert", () => {
if (element.parentElement) {
element.parentElement._emitter.emit("_insert");
}
});
return element;

@@ -274,2 +280,3 @@

}
emitter.emit("_insert");
}

@@ -317,2 +324,5 @@

$elm.append(markup);
if (["beforeend", "afterbegin"].includes(position)) {
emitter.emit("_insert");
}
}

@@ -319,0 +329,0 @@

2

lib/index.js

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

const IntersectionObserver = require("./IntersectionObserver");
const MutationObserver = require("./MutationObserver");
const Window = require("./Window");

@@ -15,3 +16,4 @@

IntersectionObserver,
MutationObserver,
Window,
};

2

package.json
{
"name": "@expressen/tallahassee",
"version": "2.11.0",
"version": "2.12.0",
"description": "Expressen 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