
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
metropolis-api
Advanced tools
Simple API to communicate with Metropolis Cinema's website.
This package will scrap the Metropolis Cinema's website and return :
$ npm install metropolis-api
$ yarn add metropolis-api
import { getMovies } from 'metropolis-api'
const movies = await getMovies(); // Get the list of movies currently playing
console.log(movies);
[
{
id: '383926',
title: '10 jours encore sans maman',
duration: 96,
genres: [ 'Comédie' ],
poster: 'https://fr.web.img5.acsta.net/r_110_0/pictures/23/01/18/12/02/4822931.jpg',
restriction: ''
},
{
id: '559572',
title: 'Champion (Metropolitan Opera)',
duration: 200,
genres: [ 'Opera' ],
poster: 'https://fr.web.img6.acsta.net/r_110_0/pictures/22/04/22/11/34/1590806.jpg',
restriction: ''
},
{
id: '572384',
title: 'Contes de Printemps',
duration: 47,
genres: [ 'Animation', 'Famille' ],
poster: 'https://fr.web.img6.acsta.net/r_110_0/pictures/22/12/22/12/25/2339378.jpg',
restriction: ''
}
]
FAQs
JSON API for metropolis Cinema located in CM
The npm package metropolis-api receives a total of 0 weekly downloads. As such, metropolis-api popularity was classified as not popular.
We found that metropolis-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.