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

node-csfd-api

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-csfd-api - npm Package Compare versions

Comparing version 1.3.0-beta.1 to 1.3.0-beta.2

2

package.json
{
"name": "node-csfd-api",
"version": "1.3.0-beta.1",
"version": "1.3.0-beta.2",
"description": "Simple NPM library for scraping CSFD",

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

@@ -22,3 +22,3 @@ "use strict";

console.log('Fetching all pages', pages);
for (let i = 1; i <= pages; i++) {
for (let i = 2; i <= pages; i++) {
console.log('Fetching page', i, 'out of', pages, '...');

@@ -28,3 +28,3 @@ const response = await fetchers_1.fetchUserRatings(user, i);

const movies = items.querySelectorAll('.box-user-rating .table-container tbody tr');
allMovies = [...allMovies, ...this.getPage(config, movies)];
allMovies = [...this.getPage(config, movies)];
// Sleep

@@ -31,0 +31,0 @@ if (config.allPagesDelay) {

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