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

cruftless

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cruftless - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

CHANGES.md

2

lib/model/element.js

@@ -199,3 +199,3 @@ // Generated by CoffeeScript 2.5.1

});
Array.from(elem.childNodes).forEach(function(child) {
Array.from(elem.childNodes || []).forEach(function(child) {
var match;

@@ -202,0 +202,0 @@ match = meta.content.find(function(nodeDef) {

{
"name": "cruftless",
"version": "0.5.3",
"version": "0.5.4",
"description": "Yet another simple way to parse and generate XML",

@@ -5,0 +5,0 @@ "main": "lib/cruftless.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