New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tumblr-2-pe-epub

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tumblr-2-pe-epub - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

index.js

@@ -18,3 +18,3 @@ // Generated by CoffeeScript 1.7.1

return setTimeout(function() {
if (totalPosts !== false || totalPosts > allPosts.length) {
if (totalPosts === false || totalPosts > allPosts.length) {
return that.blog.posts({

@@ -21,0 +21,0 @@ offset: offset || 0

{
"name": "tumblr-2-pe-epub",
"version": "0.4.0",
"version": "0.4.1",
"description": "tumblr into pe-epub format",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,4 +6,4 @@ var Tumblr2Peepub = require('./index.js');

t2p.fetch('thepresentgroup', function(err, json){
t2p.fetch('ruchamanoorda', function(err, json){
console.log(json);
});

Sorry, the diff of this file is not supported yet

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