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

@chaneyoukaye/xml

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chaneyoukaye/xml - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/escapeForXML.d.ts

2

package.json
{
"name": "@chaneyoukaye/xml",
"version": "1.0.3",
"version": "1.0.4",
"description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/dylang/node-xml",

@@ -1,4 +0,4 @@

import xml from '../lib/xml'
import xml from '../src/xml'
console.log(xml([{a: { } }]))
console.log(xml([{a: [{b: [{c: 1}, {c: 2}, {c: 3}]}]}], true))
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