Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
vkhater-social_stream
Advanced tools
= Social Stream: core for building social network websites Social Stream is an engine for Ruby on Rails. It provides a robust and flexible core with social networking features and activity streams for building websites.
== Social networking Social networks are a new paradigm on web application design. Social networking platforms stand among the most popular websites, while many content oriented applications are supporting social networking features in order to improve engagement, enhance user awareness and stimulate communities around the website.
{Social Stream}[http://github.com/ging/social_stream] is based on {social network analysis (SNA)}[http://en.wikipedia.org/wiki/Social_network] concepts and methods, including social entities (actors), ties and relations. Social Stream is so flexible that you can define custom actors (groups, organizations, institutions, social events) and relationships (friends, collegues, members, administrators, contributors, attendants, speakers).
It also provides a new tie-based access control model, which grants rights at the relation level, allowing you to share activities with friends, administrators, members or everybody.
== Activity Streams {Activity Streams}[http://activitystrea.ms/] is a format for syndicating social activities around the web. It has already been adopted by some of the major social networking platforms.
{Social Stream}[http://github.com/ging/social_stream] provides a database schema based on the {Activity Streams specification}[http://activitystrea.ms/head/activity-schema.html], leading your application towards a well-known compatible data model design. It is extensible so you can add your own activities easily.
= Installation
Add to your Gemfile:
gem 'social_stream'
and run:
bundle
Then:
rails generate social_stream:install
Do not forget to migrate your database
rake db:migrate
= Social Stream modules
Social Stream is divided in modules. Developers can customize their social network with the functionalities they need for each case.
Current Social Stream distribution includes:
= Documentation
{Social Stream documentation is available at rdoc.info}[http://rubydoc.info/gems/social_stream/frames]
= Discussion
We are reaching beta phase of development. Feel free to add an issue or send a message at github[https://github.com/ging/social_stream].
FAQs
Unknown package
We found that vkhater-social_stream demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.