New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.231 to 0.0.232

4

package.json
{
"name": "typed-dom",
"version": "0.0.231",
"version": "0.0.232",
"description": "A DOM component builder creating type-level DOM structures.",

@@ -58,3 +58,3 @@ "private": false,

"power-assert": "^1.6.1",
"spica": "0.0.477",
"spica": "0.0.479",
"tsify": "^5.0.4",

@@ -61,0 +61,0 @@ "typescript": "4.3.2",

@@ -157,3 +157,5 @@ import { Mutable } from 'spica/type';

throwErrorIfNotUsable(child);
this.container.appendChild(child.element);
if (child.element.parentNode !== this.container) {
this.container.appendChild(child.element);
}
descs[name] = {

@@ -160,0 +162,0 @@ configurable: true,

@@ -157,3 +157,5 @@ import { Mutable } from 'spica/type';

throwErrorIfNotUsable(child);
this.container.appendChild(child.element);
if (child.element.parentNode !== this.container) {
this.container.appendChild(child.element);
}
descs[name] = {

@@ -160,0 +162,0 @@ configurable: true,

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