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

moddle-xml

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moddle-xml - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

lib/reader.js

@@ -801,3 +801,5 @@ 'use strict';

.on('cdata', handleCData)
.on('text', handleText)
.on('text', function(text, decodeEntities) {
handleText(decodeEntities(text));
})
.on('error', handleError)

@@ -804,0 +806,0 @@ .on('warn', handleWarning);

{
"name": "moddle-xml",
"version": "5.0.0",
"version": "5.0.1",
"description": "XML import/export for documents described with moddle",

@@ -5,0 +5,0 @@ "directories": {

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