livejournal
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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', |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
2939
93
1
- Removedsax@1.2.4(transitive)
- Removedxmlbuilder@8.2.2(transitive)
- Removedxmlrpc@1.3.2(transitive)