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
5 packages
Order
Sort by
arco-design-internationalization-check
a package for checking the internationalization
mask-vali
a package can check the IPv4 Cidr and IPv6 Cidr Mask is validate or not
vite-obfuscator-zznode
A Vite plugin to obfuscate JavaScript files in the build output.
vite-plugin-min-jpg
1. 这是一个 vite 插件,用来压缩 jpg,其他的都不支持 2. import 导入后,就可以在 vite 的 plugin 配置项目里添加了。 3. imageCompressionPlugin 的第一个参数是你 build 完之后 jpg 的存放路径,比如我项目的 build 之后存放的路径是 dist/static/jpg 。 第二个参数就是压缩参数:100 为不压缩 , 默认压缩 50 4. 优点:这个包使用 images,对底层兼容性好。在某些 docker 环节上,imagemin 这个
vite-plugin-min-png
1. 这是一个 vite 插件,用来压缩 png,其他的都不支持 2. import 导入后,就可以在 vite 的 plugin 配置项目里添加了。 3. 遗憾的是,目前不支持对压缩的配置,一切的配置参数都是按照默认规格去压缩