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

dom-serialize

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-serialize - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

5

History.md
2.2.1 / 2015-11-05
==================
* bump extend and void-elements (@shinnn, #1)
2.2.0 / 2015-02-13

@@ -3,0 +8,0 @@ ==================

5

index.js

@@ -9,6 +9,3 @@

var CustomEvent = require('custom-event');
var voidElements = require('void-elements').reduce(function (obj, name) {
obj[name] = true;
return obj;
}, {});
var voidElements = require('void-elements');

@@ -15,0 +12,0 @@ /**

6

package.json
{
"name": "dom-serialize",
"version": "2.2.0",
"version": "2.2.1",
"description": "Serializes any DOM node into a String",

@@ -29,4 +29,4 @@ "main": "index.js",

"ent": "~2.2.0",
"extend": "~2.0.0",
"void-elements": "~1.0.0"
"extend": "^3.0.0",
"void-elements": "^2.0.0"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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