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

node-csfd-api

Package Overview
Dependencies
Maintainers
1
Versions
108
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 2.4.2 to 2.4.3

3

helpers/creator.helper.js

@@ -59,3 +59,4 @@ "use strict";

const getFilms = (el) => {
const filmNodes = el.querySelectorAll('.box:first-of-type table tr');
var _a;
const filmNodes = (_a = el.querySelectorAll('.box')[0]) === null || _a === void 0 ? void 0 : _a.querySelectorAll('table tr');
let yearCache;

@@ -62,0 +63,0 @@ const films = filmNodes.map((filmNode) => {

{
"name": "node-csfd-api",
"version": "2.4.2",
"version": "2.4.3",
"description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)",

@@ -26,3 +26,3 @@ "main": "./index.js",

"cross-fetch": "^3.1.5",
"node-html-parser": "^5.4.2-0"
"node-html-parser": "^6.1.1"
},

@@ -29,0 +29,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