Socket
Socket
Sign inDemoInstall

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.6 to 0.4.7

10

opmltojs.js

@@ -1,2 +0,2 @@

var myProductName = "opmltojs"; myVersion = "0.4.6";
var myProductName = "opmltojs"; myVersion = "0.4.7";

@@ -92,3 +92,9 @@ /* The MIT License (MIT)

convert (jstruct.opml, theOutline.opml);
addGenerator (jstruct.opml); //8/6/17 by DW
addGenerator (theOutline.opml); //8/6/17 by DW
if (isScalar (theOutline.opml.head)) { //8/6/17 by DW
theOutline.opml.head = new Object ();
}
if (isScalar (theOutline.opml.body)) { //8/6/17 by DW
theOutline.opml.body = new Object ();
}
callback (theOutline);

@@ -95,0 +101,0 @@ });

2

package.json

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

"license": "MIT",
"version": "0.4.6",
"version": "0.4.7",
"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