Socket for GitHub
Detect suspicious packages in PRs
Socket CLI
Use Socket from the command line
Socket Web Extension
Use Socket from your browser
Socket Dependency Search
Find any package for your project
Integrations
Docs
Want to read all the docs? Start here
Customers
Check out our customer stories
Blog
Keep up to date with all the news
Changelog
Latest updates and enhancements
FAQ
Answers to common questions
Package Alerts
Learn about all Socket alerts
Glossary
Open source and security terms
Customer Stories
About
Why we built Socket
Love
See why developers love Socket
Careers
Join our team
Investors
Learn about our investors
Security
Our security practices
Why Socket?
Achievements
Packages
Comaintainers
10 packages
Order
Sort by
@cheprasov/base-converter
The library allows to convert a number between arbitrary bases
@cheprasov/data-structures
@cheprasov/jsbt
JSBT is a library for serializing structured JavaScript data. The library is JavaScript oriented and tries to resolve JS needs for better data serialization.
@cheprasov/json-web-worker
The library for parse / stringify JSON in different thread via Web Workers
@cheprasov/qrcode
The library is for generating QR codes like SVG, HTML5 Canvas, PNG and JPG files, or text.
@cheprasov/react-global-state
The library allows to manage global state easy. It is based on React Context API and allows to pass states (values & set functions) to children components via Context.
@cheprasov/react-qrcode
React components for showing QR-codes
@cheprasov/url-query-params
The URLQueryParams class defines utility methods to work with the query string of a URL. It is a good replacement for standard URLSearchParams class
@cheprasov/web-animation
A Class for driving animated content on the web is based on requestAnimationFrame for performance.
@cheprasov/worker-thread
The WorkerThread wraps a Web Worker with a Promise, also the class creates a worker script on the fly (without having to create separate worker files). You can 'inline' your worker function in the same js file as main logic.