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.2.9 to 0.2.10

2

cjs/node.js

@@ -389,2 +389,4 @@ 'use strict';

insertBefore(node, before) {
if (node === this)
throw new Error('unable to append a not to itself');
// DO_NOT_REMOVE invalidate(this);

@@ -391,0 +393,0 @@ const end = before || this._end;

@@ -388,2 +388,4 @@ import {

insertBefore(node, before) {
if (node === this)
throw new Error('unable to append a not to itself');
// DO_NOT_REMOVE invalidate(this);

@@ -390,0 +392,0 @@ const end = before || this._end;

2

package.json
{
"name": "linkedom",
"version": "0.2.9",
"version": "0.2.10",
"description": "A triple-linked lists based DOM implementation",

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

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