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
14 packages
Order
Sort by
@viewstools/animations
Views animations wrapper around react-spring
@viewstools/create-expo-app
Dependencies and helpers for a Views app in an Expo app
@viewstools/create-react-app
Dependencies and helpers for a Views app in create react app
@viewstools/e2e
Views Tools E2E helpers
@viewstools/get-text
Get your Views text into a JSON for ready for I18n
@viewstools/local
Get your Views text into JSON files for ready for I18n and back
@viewstools/morph
Views language morpher
@viewstools/prettier
``` "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,json,css,md}": [ "prettier --write", "git add" ], "*.view": [ "views-prettier --write", "git add" ] } ```
@viewstools/react-spring-animation-native
react-spring Spring animation supporting bounciness and speed
@viewstools/react-spring-animation-web