Skip to content

Tags: SocketDev/socket-lib

Tags

v3.3.0

Toggle v3.3.0's commit message
release: v3.3.0

v3.2.8

Toggle v3.2.8's commit message
chore(release): bump version to 3.2.8

v3.2.7

Toggle v3.2.7's commit message
Release v3.2.7

- **build-externals**: Disable minification to preserve exports
  - External dependencies are no longer minified during bundling
  - Prevents export name mangling that breaks CommonJS interop
  - Fixes semver.parse() and semver.major() being undefined

- **build**: Fix CommonJS export interop for TypeScript default exports
  - Modules with export default now work without requiring .default accessor

- **docs**: Moved packages README to correct location (src/packages/README.md)

v3.2.6

Toggle v3.2.6's commit message
chore(release): bump version to 3.2.6

v3.2.5

Toggle v3.2.5's commit message
Release v3.2.5: Path alias resolution infrastructure

v3.2.4

Toggle v3.2.4's commit message
Release v3.2.4

v3.2.3

Toggle v3.2.3's commit message
chore(release): v3.2.3

v3.2.2

Toggle v3.2.2's commit message
Release v3.2.2

DLX binary handling improvements and bundle size optimizations:
- Binary permission management with chmod 0o755 for all package binaries
- npm-compatible bin resolution via vendored getBinFromManifest
- Enhanced findBinaryPath() with npm's resolution strategy
- Package size reduced by ~1.3 MB through strategic vendoring and minimal exports