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

basichtml

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basichtml - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

src/HTMLTextAreaElement.js

2

package.json
{
"name": "basichtml",
"type": "commonjs",
"version": "2.1.2",
"version": "2.1.3",
"description": "A NodeJS based, standard oriented, HTML implementation.",

@@ -6,0 +6,0 @@ "main": "basichtml.js",

@@ -13,2 +13,3 @@ const CustomElementRegistry = require('./CustomElementRegistry');

const HTMLTemplateElement = require('./HTMLTemplateElement');
const HTMLTextAreaElement = require('./HTMLTextAreaElement');
const Range = require('./Range');

@@ -80,2 +81,4 @@ const Text = require('./Text');

return new HTMLTemplateElement(this, name);
case 'textarea':
return new HTMLTextAreaElement(this, name);
case 'canvas':

@@ -82,0 +85,0 @@ case 'img':

@@ -45,3 +45,2 @@ const Parser = require('htmlparser2').Parser;

const utils = require('./utils');
const Element = require('./Element');

@@ -48,0 +47,0 @@ const HTMLElement = require('./HTMLElement');

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