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.0 to 0.4.1

2

package.json

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

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

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

@@ -9,7 +9,9 @@ ## opmlToJs package

It's an attempt to once and for all solve the problem of making it really easy to read OPML files in JavaScript apps.
opmlToJs is an attempt to once and for all solve the problem of making it really easy to read OPML files in JavaScript apps.
I've been using <a href="https://www.npmjs.com/package/opmlparser">OpmlParser</a> to do this, but the xml2Js package is more what I need, so I am going to transition to using this package for my serverside OPML parsing needs.
It builds on the <a href="https://github.com/Leonidas-from-XIV/node-xml2js">xml2Js</a> package.
Note this package does not expand OPML includes.
See the <a href="https://github.com/scripting/opmlToJs/blob/master/test.js">test.js</a> app for an example of how to call it.

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