Back to changelog
October 31, 2024
We’re excited to introduce the latest enhancements to Socket Optimize. Our new --pin
option allows you to lock override versions effortlessly, ensuring consistent and reliable dependency management. With the --prod
flag, you can now target production dependencies exclusively, streamlining your deployment process.
We've significantly improved workspace support for seamless multi-package handling, implemented more intuitive and helpful error messages to make troubleshooting a breeze, and upgraded all packages to fully support Node.js 18 and above.
New options:
—pin: pin override versions
—prod: overrides for prod deps only
Improved:
• better workspaces support
• helpful error messages
• all packages support Node 18+