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

@jnxplus/xml

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jnxplus/xml - npm Package Compare versions

Comparing version 0.0.1-next.0 to 0.0.1-next.1

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [0.0.1-next.1](https://github.com/khalilou88/jnxplus/compare/xml-0.0.1-next.0...xml-0.0.1-next.1) (2023-10-13)
### Features
* organize imports (fake feat to test version) ([d0bed47](https://github.com/khalilou88/jnxplus/commit/d0bed475ca7356e48bbbf423968eaf7a6c6ecb00))
## 0.0.1-next.0 (2023-10-13)

@@ -7,0 +16,0 @@

2

package.json
{
"name": "@jnxplus/xml",
"version": "0.0.1-next.0",
"version": "0.0.1-next.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.xmlToString = exports.readXml = exports.readXmlTree = void 0;
const fs = require("fs");
const xmldoc_1 = require("xmldoc");
const fs = require("fs");
function readXmlTree(tree, path) {

@@ -7,0 +7,0 @@ var _a;

Sorry, the diff of this file is not supported yet

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