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.5 to 0.0.6

2

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

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

@@ -47,2 +47,6 @@ /*

RPC.setAuth = function(auth) {
LJ.options.headers['Authorization'] = auth;
};
methods.forEach(function(method) {

@@ -49,0 +53,0 @@ RPC[method] = function(params, callback) {

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