Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typed-dom

Package Overview
Dependencies
Maintainers
1
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-dom - npm Package Compare versions

Comparing version 0.0.282 to 0.0.283

2

package.json
{
"name": "typed-dom",
"version": "0.0.282",
"version": "0.0.283",
"description": "A value-level and type-level DOM builder.",

@@ -5,0 +5,0 @@ "private": false,

@@ -160,6 +160,5 @@ import { Event } from 'spica/global';

if (style === source) return;
child.element.innerHTML = style;
assert(/^[:#.][\w-]+$/.test(this.query));
child.element.textContent = style;
assert(child.element.children.length === 0);
child.element.firstElementChild && child.element.replaceChildren();
}

@@ -166,0 +165,0 @@ private isObserverUpdate = false;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc