
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@boscop/ester
Advanced tools
Ester is a minimalist CSS reset, designed to be unobtrusive while providing a solid starting point.
It can be used as a standalone stylesheet or imported into Sass projects.
Import the reset from either HTML or CSS, before any other styles:
<link
rel="stylesheet"
href="https://unpkg.com/@boscop@ester/css/reset.min.css"
/>
@import 'https://unpkg.com/@boscop/ester/css/reset.min.css';
npm install @boscop/ester
# or
yarn add @boscop/ester
Many third-party tools allow you to import Sass stylesheets from node modules into your projet using a simple syntax:
@import '~@boscop/ester'
See webpack's sass-loader or node-sass-importer for example.
As with the CDN above, you can import the stylesheet from either HTML or CSS:
<link
rel="stylesheet"
href="/path/to/@boscop/ester/css/reset.css"
/>
@import '/path/to/@boscop/ester/css/reset.min.css';
Start compilation in watch mode:
npm start
Then open ./test/index.html
to try out the styles.
npm run build
npm publish
Ester is maintained by Boscop (french).
FAQs
Ester, the CSS reset
We found that @boscop/ester demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.