Socket
Socket
Sign inDemoInstall

livejournal

Package Overview
Dependencies
47
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "livejournal",
"version": "0.0.6",
"version": "0.0.7",
"description": "LiveJournal XMLRPC",

@@ -5,0 +5,0 @@ "keywords": ["livejournal", "blog"],

@@ -8,6 +8,8 @@ /*

'use strict';
var xmlrpc = require('xmlrpc');
LJ = xmlrpc.createClient({
host: 'livejournal.com',
host: 'www.livejournal.com',
path: '/interface/xmlrpc',

@@ -60,5 +62,5 @@ port: 80

});
}
};
});
module.exports = RPC;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc