Socket
Book a DemoSign in
Socket

polylib

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polylib - npm Package Compare versions

Comparing version
1.1.5
to
1.1.6
+1
-0
engine/v1/repeat.js

@@ -32,2 +32,3 @@ import {getNPath, getRandomId, normalizePath} from "../../common.js";

itemContext._ti = inst
inst._nodes.forEach(i => i._item = itemContext);
inst.attach(null, sibling || this.anchor, [itemContext, this, ...this.pti ]);

@@ -34,0 +35,0 @@ return itemContext;

+1
-1

@@ -274,3 +274,3 @@ import {fixText, fromDashed, getRandomId, normalizePath, setAttrValue} from '../../common.js'

});
if (found) e.model = model;
if (found) e.model = Object.assign( e.model ?? {}, model);
fn.call(self || ctx[0], e);

@@ -277,0 +277,0 @@ };

{
"name": "polylib",
"description": "A simple library for creating fast, lightweight web components.",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",

@@ -6,0 +6,0 @@ "type": "module",