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

4chan

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

4chan - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

4chan.js

@@ -198,6 +198,6 @@ var optimist = require('optimist');

if(res.statusCode == 404)
tcb(null, 'Thread 404\'d, exiting.');
return cb(null, 'Thread 404\'d, exiting.');
if(res.statusCode != 200)
cb('Cannot load (status ' + res.statusCode + '): ' + url);
return cb('Cannot load (status ' + res.statusCode + '): ' + url);

@@ -204,0 +204,0 @@ var $ = cheerio.load(body);

@@ -6,3 +6,3 @@ {

"keywords": [ "4chan", "picture", "downloader", "utility", "command line" ],
"version": "0.0.4",
"version": "0.0.5",
"homepage": "http://github.com/ypocat/4chan",

@@ -9,0 +9,0 @@ "repository": {

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