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

xml-js-v2

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-js-v2 - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "xml-js-v2",
"version": "2.2.0",
"version": "2.2.1",
"description": "A fork of xml-js with some improvements. A convertor between XML text and Javascript object / JSON text.",

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

@@ -31,2 +31,3 @@ ![XML ⇔ JS/JSON](http://nashwaan.github.io/xml-js/images/logo.svg)

- When converting from JS to XML, by default do not leave a string like `&` unchanged, but replace it with `&` instead. This is the correct behaviour and it should have always been this way, the original one caused bugs, for example both `&` and `&` strings were converted to `&`. However, you can use the new flag `avoidDoubleSanitization: true` if you need the original behaviour.
- Updated `sax` version to the latest.

@@ -33,0 +34,0 @@

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