
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
babel-plugin-cssta-stylename
Advanced tools
Create cssta
custom components out of a standalone css file.
styleName
attribute to get the styles for a particular class from the css file.@
). @
gets added during the compilation. The reason to get rid of @
in css is because of the poor syntax highlighting. Also in future it makes sense to make removal of css-only attributes optional in cssta
. And instead let them flow through into the underlying component.cssta
should stay the same.To see an example check the __tests__/__fixtures__
folder.
npm i --save-dev babel-plugin-cssta-stylename babel-plugin-cssta
Specify babel plugins in the following order and before any other plugins you might already have:
[
"babel-plugin-cssta-stylename",
"babel-plugin-cssta"
]
yarn test
MIT
(c) Pavel Zhukov - cray0000
FAQs
Transform css imports into cssta template components
The npm package babel-plugin-cssta-stylename receives a total of 1 weekly downloads. As such, babel-plugin-cssta-stylename popularity was classified as not popular.
We found that babel-plugin-cssta-stylename 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.