Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
#ShangriLa SDK for Ruby
##Install
gem install shangrila
or Gemfile
gem 'shangrila'
shell$ anime-api -h
Usage: anime-api [options]
-c COURS anime cours..1=winter or 2=spring or 3=summer or 4=autumn
-y YEAR year...2014 <= ?
-s connect standby_server. default=moemoe.tokyo standby=api.tv-anime.biz
shell$ anime-api -y 2016 -c 4 | jq .
shell$ anime-api-twitter -a usagi_anime
Shangrila::Sora.new().get_master_data(year, cours)
Shangrila::Sora.new().get_master_data(2014, 1)
Shangrila::Sora.new().get_title_list(year, cours)
Shangrila::Sora.new().get_title_list(2015, 1)
Shangrila::Sora.new().get_map_key_id(year, cours)
Shangrila::Sora.new().get_map_key_id(2015, 1)
Shangrila::Sora.new().get_map_with_key_title(year, cours, property)
Shangrila::Sora.new().get_map_with_key_title(2015, 2, 'twitter_account')
Shangrila::Sora.new().get_flat_data(year, cours, property_list)
Shangrila::Sora.new().get_flat_data(2014, 2, ['title', 'twitter_hash_tag'])
irb(main):001:0> require 'shangrila'
=> true
irb(main):002:0> Shangrila::Sora.new().get_flat_data(2015, 4, ['id', 'title']).each{|v| p v}
Shangrila::Sana.new().follower_status(['usagi_anime','kinmosa_anime','aldnoahzero'])
Shangrila::Sana.new().follower_history('usagi_anime')
Shangrila::Sana.new().follower_history('usagi_anime', 1446901208)
Shangrila::Sana.new().follower_history_daily('usagi_anime', 30)
FAQs
Unknown package
We found that shangrila 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.