Socket
Socket
Sign inDemoInstall

min-document

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-document - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

index.js

@@ -6,2 +6,3 @@ function DOMText(value) {

DOMText.prototype.type = "DOMTextNode"
DOMText.prototype.nodeType = 3

@@ -21,2 +22,3 @@ DOMText.prototype.toString = function _Text_toString() {

DOMElement.prototype.type = "DOMElement"
DOMElement.prototype.nodeType = 1

@@ -23,0 +25,0 @@ DOMElement.prototype.appendChild = function _Element_appendChild(child) {

2

package.json
{
"name": "min-document",
"version": "0.2.2",
"version": "0.2.3",
"description": "A minimal DOM implementation",

@@ -5,0 +5,0 @@ "keywords": [],

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