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

linkedom

Package Overview
Dependencies
Maintainers
1
Versions
210
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.18.2 to 0.18.3

3

cjs/html/anchor-element.js

@@ -29,2 +29,5 @@ 'use strict';

set type(value) { stringAttribute.set(this, 'type', value); }
get rel() { return stringAttribute.get(this, 'rel'); }
set rel(value) { stringAttribute.set(this, 'rel', value); }
/* c8 ignore stop */

@@ -31,0 +34,0 @@

@@ -28,2 +28,5 @@ import {registerHTMLClass} from '../shared/register-html-class.js';

set type(value) { stringAttribute.set(this, 'type', value); }
get rel() { return stringAttribute.get(this, 'rel'); }
set rel(value) { stringAttribute.set(this, 'rel', value); }
/* c8 ignore stop */

@@ -30,0 +33,0 @@

2

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

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

@@ -13,3 +13,5 @@ /**

get type(): any;
set rel(value: any);
get rel(): any;
}
import { HTMLElement } from './element.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