You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
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.7
to
1.1.8
+1
-1
package.json
{
"name": "polylib",
"description": "A simple library for creating fast, lightweight web components.",
"version": "1.1.7",
"version": "1.1.8",
"license": "MIT",

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

@@ -30,3 +30,3 @@ import {TemplateInstance} from "./index.js";

} else {
this.root.append(this.constructor.css)
this.root.append(this.constructor.css.cloneNode(true))
}

@@ -33,0 +33,0 @@ }