
Research
lightning PyPI Package Compromised in Supply Chain Attack
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.
github.com/alexwolfe/Buttons
Advanced tools
#Buttons 2.0
Buttons is a highly customizable production ready mobile web and desktop css button library. Buttons is a free open source project created using Sass.
Authors Alex Wolfe and Rob Levin.
View the showcase demo to see the buttons in action. The showcase provides full list of examples along with code snippets to speed up development.
<!-- Buttons core css -->
<link rel="stylesheet" href="css/buttons.css">
<!-- Only needed if you want support for dropdown menus -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/buttons.js"></script>
<!-- Only needed if you want font icons -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
bower install buttonsWe've made some major improvements to the Buttons library. In order to integrate buttons into your current project you'll need to make the following changes:
button-flat-primary to achieve this you now simply add button-flat button-primarynpm install or sudo npm install (depending on your system permissions).grunt dev, this will open a browser with Buttonsnpm install from your terminal_options.scss with your own custom values (see example values below)$ sass --watch --scss scss/buttons.scss:css/buttons.css
For Compass run: $ compass watchcss/buttons.css file should now be updatedTo edit Buttons simply change values within the _options.scss file. After you make your edits recompile your sass file and your changes will get processed.
(name, background, color).(square 0px). You can use Sass maps if you're using 3.3. See _options.scss for details.(jumbo 1.5). You can use Sass maps if you're using 3.3. See _options.scss for details.inherit and it will be respected.By default, Buttons will include all button types. You can exclude types from your compilation by simply removing the corresponding @import statement in the buttons.scss file.
//Example import statement for 3d button.
@import 'types/3d';
Remove this statement then recompile to create a build without 3d buttons.
Buttons works in all modern browsers (Firefox, Chrome, Safari, IE) and gracefully degrades all to Internet Explorer 8.
Buttons is part of the Unicorn-UI Framework. Created by Alex Wolfe @alexwolfe and Rob Levin @roblevintennis .
FAQs
Unknown package
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
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.