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.
Aesthetics is a simple, modern and powerful front-end framework for faster and easier web development while keeping developers sane.
To get started, check out the docs. https://duaneadam.github.io/aesthetics/docs
To get going with Aesthetics you can:
Add this line to your application's Gemfile:
gem 'aesthetics', :git => "git://github.com/duaneadam/aesthetics.git"
And then execute
bundle
Append the following line to your application.css
/*= require aesthetics */
If you're planning on using Sass, then you'll want to rename application.css to application.scss. That file should then look like:
@import "aesthetics";
```
git checkout master
```
2. Pull latest change from origin/master
```
git pull origin master
```
3. Create a new feature branch
```
git checkout my-new-feature
```
4. Push your work
```
git push origin my-new-feature
```
5. Create a new pull request on Github
Fat from Medium for his superb article on CSS which inspired me to start writing better CSS. https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06
Colleagues from MindvalleyFlex for letting me try out things and do what I love
FAQs
Unknown package
We found that aesthetics 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.