vue-element-spy
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -176,3 +176,3 @@ var defaultConfig = { | ||
anchor.className = 'vue-element-spy-anchor'; | ||
el.before(anchor); | ||
el.parentElement.insertBefore(anchor, el); | ||
target.anchor = anchor; | ||
@@ -179,0 +179,0 @@ |
@@ -179,3 +179,3 @@ var VueElementSpy = (function () { | ||
anchor.className = 'vue-element-spy-anchor'; | ||
el.before(anchor); | ||
el.parentElement.insertBefore(anchor, el); | ||
target.anchor = anchor; | ||
@@ -182,0 +182,0 @@ |
@@ -182,3 +182,3 @@ (function (global, factory) { | ||
anchor.className = 'vue-element-spy-anchor'; | ||
el.before(anchor); | ||
el.parentElement.insertBefore(anchor, el); | ||
target.anchor = anchor; | ||
@@ -185,0 +185,0 @@ |
{ | ||
"name": "vue-element-spy", | ||
"description": "Vue.js plugin for detecting when element reaches top of the viewport. The plugin uses Intersection Observer.", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "rollup -c rollup.config.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
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
25272
0