Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@clearkit/one
Advanced tools
This repo takes the Tailwind config and the CSS variables stylesheet from the
published clearkit-core
npm package and uses them to generate a complete
CSS library, named clearkit-one
.
This CSS library includes atomic CSS utility classes, informed by the variables
from clearkit-core.css
. It also uses these utility classes to construct helper
classes with the @apply
Tailwind function.
The intention would be to publish clearkit-one
as a package on NPM, and make
the compiled stylesheet available on a CDN.
The build process in this repo also generates a front-end that documents the classes in the library and demos the blueprints created by helper classes.
$ yarn
.$ yarn start
to spin up the Next.js app, which watches for changes, compiles clearkit-one.css
and serves the front-end at http://localhost:3000
.Running $ yarn start
kicks off the following process:
npm-run-all -s clean -p docs:dev
Since Next.js has first-class support for PostCSS, it's responsible for compiling the contents of src/css/clearkit-one.css
and injecting it into the application.
As you add utility classes, components, etc., the Next.js app should reload automatically (courtesy of its hot-module reloading).
By default clearkit-one
imports the Tailwind config from clearkit-core
and uses it for it's own Tailwind config file at /clearkit.config.js
.
To replace or override properties from clearkit-core
you can edit this file and
refer to the Tailwind docs. For example,
to add a magenta color that could be used with .text-my-custom-color
and
.bg-my-custom-color
you could write the following -
theme: {
colors: {
"my-custom-color": "#ff00ff",
...clearKitCore.theme.colors
}
}
[TODO]
FAQs
ClearKit One
The npm package @clearkit/one receives a total of 130 weekly downloads. As such, @clearkit/one popularity was classified as not popular.
We found that @clearkit/one demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.