@plcmp/pl-data-observer
Advanced tools
+1
-1
| { | ||
| "name": "@plcmp/pl-data-observer", | ||
| "version": "0.1.4", | ||
| "version": "0.1.5", | ||
| "description": "Data mutation observer component", | ||
@@ -5,0 +5,0 @@ "main": "pl-data-observer.js", |
@@ -36,3 +36,3 @@ import { PlElement, css } from "polylib"; | ||
| c._mutations.upd.push(a); | ||
| } else if (!upd && c._mutations.touch.indexOf(a) < 0) { | ||
| } else if (!upd && c._mutations.add.indexOf(a) < 0 && c._mutations.upd.indexOf(a) < 0 && c._mutations.touch.indexOf(a) < 0) { | ||
| c._mutations.touch.push(a); | ||
@@ -39,0 +39,0 @@ } |
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
8094
0.87%1
Infinity%