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.
Opal binding for Raphael.js.
Tested with Opal 0.6.2, Raphael 2.1.2.
paper = Raphael(0, 0, 600, 600)
background = paper.rect(0, 0, 600, 600)
background.attr("fill", "#efefef")
background.attr("stroke", "#efefef")
See example/app/application.rb for full example.
Early alpha
Animation
, Matrix
, Raphael.*
, Set
, eve
are not supported
(Waiting for your pull request!)See opal/opal-raphael.rb for list of supported methods.
Raphael::Element
, etc.)Copy example/* to somewhere
Edit Gemfile
gem 'opal-raphael', path: '../'
gem 'opal-raphael'
bundle install
bundle exec rackup
Then you'll see:
Currently does not work well with opal-jquery (see https://github.com/opal/opal/issues/547 )
FAQs
Unknown package
We found that opal-raphael 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.