@expressen/tallahassee
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -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 @@ |
@@ -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, | ||
}; |
{ | ||
"name": "@expressen/tallahassee", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "Expressen client testing framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40343
17
1182
2