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

opmltojs

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opmltojs - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

7

opmltojs.js

@@ -51,3 +51,2 @@ exports.parse = parse;

}
return (deststruct);
}

@@ -58,6 +57,8 @@ var options = {

xml2js.parseString (opmltext, options, function (err, jstruct) {
var deststruct = new Object ();
var theOutline = convert (jstruct.opml, deststruct);
var theOutline = {
opml: new Object ()
}
convert (jstruct.opml, theOutline.opml);
callback (theOutline);
});
}

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"main": "opmltojs.js",

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

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