
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
npm i kp-parser -S
const KPparser = require('./index');
const myParser = new KPparser();
myParser.parseKinopoiskFilm('film-id-from-url-here')
.then((res)=>{
console.log(res);
}).catch((err)=>{
console.log(`err: ${err}`);
});
{
titleRus: 'Чудо на Гудзоне',
titleOrig: 'Sully',
desc: 'Произошедшее 15 января 2009 года назовут «Чудом на Гудзоне». В тот день капитан рейса 1549 Чесли Салленбергер совершил аварийную посадку самолета A320 на холодные воды реки Гудзон в Нью-Йорке. При этом никто из находившихся на борту 155 человек не пострад
ал. Но, несмотря на все почести со стороны общественности и СМИ, было начато расследование, которое угрожало профессиональной репутации и многолетней карьере капитана Салли.',
year: '2016',
countries: [ 'США' ],
genres: [ 'драма', 'биография' ],
directors: [ 'Клинт Иствуд' ],
actors: [
'Том Хэнкс',
'Аарон Экхарт',
'Валери Махаффей',
'Делфи Хэррингтон',
'Майк О’Мэлли',
'Джейми Шеридан',
'Анна Ганн',
'Холт МакКэллани',
'Ахмед Хуссэйн',
'Лора Линни'
],
ratingKP: '7.398',
ratingIMDb: '7.50',
slogan: '«Правдивая история о чудесном спасении»',
age: 'зрителям, достигшим 16 лет',
time: '96 мин.',
screenwriters: [ 'Тодд Комарники', 'Чесли Салленбергер', 'Джеффри Зеслоу' ],
producers: [ 'Клинт Иствуд', 'Фрэнк Маршалл', 'Брюс Берман' ],
composers: [ 'Кристиан Джейкоб', 'Тирни Саттон Бэнд' ],
artists: [ 'Джеймс Дж. Мураками', 'Кевин Ишиока', 'Дебора Хоппер' ],
operators: [ 'Том Стерн' ],
mounting: [ 'Блу Мюррэй' ]
}
FAQs
moving from php
We found that kp-parser 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
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.