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 0.2.0 to 0.2.1

5

extractors.js

@@ -25,4 +25,5 @@ "use strict";

exports.getUrl = (el) => {
// console.log(el.querySelector('td a.film'));
return 'https://www.csfd.cz'; // TODO
var _a;
const url = (_a = el.querySelector('td a.film')) === null || _a === void 0 ? void 0 : _a.rawAttributes.href;
return `https://www.csfd.cz${url}`;
};

2

package.json
{
"name": "node-csfd-api",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple NPM library for scraping CSFD",

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

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