New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

linkedom

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkedom - npm Package Compare versions

Comparing version 0.14.15 to 0.14.16

2

cjs/interface/element.js

@@ -399,3 +399,3 @@ 'use strict';

const attr = next.cloneNode(deep);
attr.ownerElement = next.ownerElement;
attr.ownerElement = parentNode;
addNext(attr);

@@ -402,0 +402,0 @@ break;

@@ -401,3 +401,3 @@ // https://dom.spec.whatwg.org/#interface-element

const attr = next.cloneNode(deep);
attr.ownerElement = next.ownerElement;
attr.ownerElement = parentNode;
addNext(attr);

@@ -404,0 +404,0 @@ break;

{
"name": "linkedom",
"version": "0.14.15",
"version": "0.14.16",
"description": "A triple-linked lists based DOM implementation",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

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