Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@stylable/core
Advanced tools
@stylable/core
is at the center of how Stylable operates. It provides the basic capabilities required for Stylable to parse stylesheets and transform their output to valid plain CSS.
Follow these instructions in order to run Stylable in development mode, this allows you to run the package tests with hot-loading enabled.
cd stylable
npm i
cd ./packages/stylable
npm start
http://localhost:8080/tests.bundle
Stylable's workflow contains two main parts that together perform the CSS transpilation.
stylable-processor
- Parses each stylesheet
separately into its own AST (abstract syntax tree, extracting the required data without any resolution of dependencies in other files.stylable-transformer
- Processes each stylesheet using the previously created data including other file dependencies. Transforms our Stylable CSS into vanilla CSS.Copyright (c) 2017 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a MIT license.
FAQs
CSS for Components
The npm package @stylable/core receives a total of 3,481 weekly downloads. As such, @stylable/core popularity was classified as popular.
We found that @stylable/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.