New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gexode

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gexode - npm Package Compare versions

Comparing version
3.0.1
to
3.0.2
+2
-2
lib/generator.js

@@ -33,4 +33,4 @@ export default generator;

function attributes(attrs = {}) {
return Object.entries(attrs)
function attributes(attrs) {
return Object.entries(attrs || {})
.filter(([, value]) => value != null)

@@ -37,0 +37,0 @@ .map(([name, value]) => ` ${name}="${escape(value)}"`)

{
"name": "gexode",
"version": "3.0.1",
"version": "3.0.2",
"description": "Primitive XML generator for node.js",

@@ -5,0 +5,0 @@ "type": "module",