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

kinoklub-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinoklub-api - npm Package Compare versions

Comparing version

to
0.0.5

2

helpers/movie.helper.js

@@ -14,3 +14,3 @@ import { resolveCinema, resolveDate } from './global.helper.js';

export const getDescription = (el) => {
const blocks = el.querySelectorAll('.modal-body__mobile-bottom div:first-child');
const blocks = el.querySelectorAll('.modal-body__mobile-bottom p');
const blocksCleaned = blocks.map((block) => { var _a, _b; return (_b = (_a = block === null || block === void 0 ? void 0 : block.textContent) === null || _a === void 0 ? void 0 : _a.replace(/(\r\n|\n|\r|\t)/gm, '')) === null || _b === void 0 ? void 0 : _b.trim(); });

@@ -17,0 +17,0 @@ return blocksCleaned.join('\n');

{
"name": "kinoklub-api",
"version": "0.0.4",
"version": "0.0.5",
"description": "Support library for KinoKlub",

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