
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
a ruby client for the NetFlix API
Based on the "RESTful" resources provided by the NetFlix API, flix4r provides a clean, if very incomplete, set of models for accessing NetFlix' resources.
You must add your netflix credentials to flix4r/lib/credentials.yml. You can get credentials from http://developer.netflix.com/.
list = NetFlix::Title.search(term: 'sneakers', max_results: 2)
[#<NetFlix::Title:0x57f0f58 ...>, #<NetFlix::Title:0x57f0f58 ...>] # shortened for readability
sneakers = list.first
sneakers.title
"Sneakers"
sneakers.delivery_formats
['instant', 'DVD']
sneakers.id
"http://api.netflix.com/catalog/titles/movies/60031755"
sneakers.web_page
"http://www.netflix.com/Movie/Sneakers/60031755"
sneakers.genres
["Thrillers", "Action Comedies", "Espionage Thrillers", "Action Thrillers", "Suspense", "Heist Films", "Universal Studios Home Entertainment"]
sneakers.actors
["Robert Redford", "Sidney Poitier", "Ben Kingsley", "Dan Aykroyd", "Mary McDonnell", "River Phoenix", "David Strathairn", "Donal Logue", "Timothy Busfield", "Eddie Jones", "George Hearn", "Lee Garlington", "Stephen Tobolowsky"]
Copyright (c) 2011 rossnelson. See LICENSE.txt for further details.
FAQs
Unknown package
We found that netflix4r 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.