
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
> Basik is definitely not ready for production and I don't know if/when it will be, so far it's just a small experiment.
Basik is definitely not ready for production and I don't know if/when it will be, so far it's just a small experiment.
A component library for React that looks great out of the box. It has many component variations and can be easily styled further:
import CheckBox from 'basik/CheckBox';
import CheckFill from 'basik/CheckFill';
import CheckBack from 'basik/CheckBack';
import CheckBackFill from 'basik/CheckBackFill';
import Toggle from 'basik/Toggle';
import ToggleFilled from 'basik/ToggleFilled';
import ToggleOut from 'basik/ToggleOut';
export default function App() {
return (
<div>
<CheckBox />
<CheckFill />
<CheckBack />
<CheckBackFill />
<Toggle />
<ToggleFilled />
<ToggleOut />
</div>
);
}
FAQs
> Basik is definitely not ready for production and I don't know if/when it will be, so far it's just a small experiment.
The npm package basik receives a total of 0 weekly downloads. As such, basik popularity was classified as not popular.
We found that basik 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
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.