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 deprecated --loader to modern --import flag
Update ESM loader registration to use the modern register() API
with --import flag instead of the deprecated --loader flag.
Align with socket-sdk-js naming convention:
- Use scripts/register-loader.mjs (not in utils/)
- Register scripts/utils/alias-loader.mjs via register() API
- Update load.cjs to use --import flag
This eliminates the ExperimentalWarning about --loader deprecation.
0 commit comments