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

livejournal

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livejournal - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "livejournal",
"version": "0.0.2",
"version": "0.0.3",
"description": "LiveJournal XMLRPC",

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

"dependencies": {
"xmlrpc": ">=1.1.0"
"xmlrpc": "git://github.com/agentcooper/node-xmlrpc.git"
},
"main": "index"
}

@@ -16,2 +16,8 @@ /*

LJ.Deserializer.prototype.endBase64 = function(data) {
var buffer = new Buffer(data, 'base64');
this.push(String(buffer));
this.value = false;
};
var methods = [

@@ -18,0 +24,0 @@ 'checkfriends',

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