You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from @socketsecurity/registry/lib to @socketsecurity/lib
Migrate all imports from @socketsecurity/registry/lib/* to
@socketsecurity/lib/* to use the new standalone lib package:
Scripts:
- Update build, check, lint, test, and other scripts
- Update coverage script to use lib utilities
- Update utility modules (run-command, changed-test-mapper, etc.)
Source:
- Update objects.ts to import from @socketsecurity/lib
- Update type definitions
Tests:
- Update purl-spec tests to use @socketsecurity/lib
This consolidates shared library code into @socketsecurity/lib
package, simplifying dependencies across socket projects.
0 commit comments