Socket
Socket
Sign inDemoInstall

all-repos

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

8

index.js

@@ -58,3 +58,3 @@ 'use strict';

const crawler = new Crawler({
maxConnections: 1,
maxConnections: 100,
callback: (error, res, done) => {

@@ -65,6 +65,4 @@ if (error) {

const {
$
} = res;
$('#all-repositories-list > ul > li').each((i, p) => {
const {$} = res;
$('#user-repositories-list > ul > li').each((i, p) => {
const name = $(p).find('[itemprop="name codeRepository"]').text().trim();

@@ -71,0 +69,0 @@ const description = $(p).find('[itemprop="description"]').text().trim();

{
"name": "all-repos",
"version": "0.1.0",
"version": "0.1.1",
"description": "Get all github repositories by username",

@@ -5,0 +5,0 @@ "author": {

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