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 2.2.0 to 2.3.0

2

helpers/movie.helper.js

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

const getRating = (el) => {
const ratingRaw = el.querySelector('.rating-average').textContent;
const ratingRaw = el.querySelector('.film-rating-average').textContent;
const rating = +(ratingRaw === null || ratingRaw === void 0 ? void 0 : ratingRaw.replace(/%/g, '').trim());

@@ -33,0 +33,0 @@ if (Number.isInteger(rating)) {

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

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

"cross-fetch": "^3.1.5",
"node-html-parser": "^5.2.0"
"node-html-parser": "^5.3.2"
},

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