Elevenlabs

Latest version: v1.50.3

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 18

0.9.0

What's Changed
* :herb: Fern Regeneration -- July 10, 2024 by fern-api in https://github.com/elevenlabs/elevenlabs-js/pull/62


**Full Changelog**: https://github.com/elevenlabs/elevenlabs-js/compare/v0.8.2...v0.9.0

0.8.2

What's Changed
* (fix): `FormData` is sent with the correct headers in node environments by fern-api in https://github.com/elevenlabs/elevenlabs-js/pull/58


**Full Changelog**: https://github.com/elevenlabs/elevenlabs-js/compare/v0.8.1...v0.8.2

0.8.1

What's Changed
* (feat): introduce text to sound effects by fern-api in https://github.com/elevenlabs/elevenlabs-js/pull/56


**Full Changelog**: https://github.com/elevenlabs/elevenlabs-js/compare/v0.8.0...v0.8.1

0.8.0

What's Changed
* (fix): `stream` and `play` are compatible with edge runtime by fern-api in https://github.com/elevenlabs/elevenlabs-js/pull/52


**Full Changelog**: https://github.com/elevenlabs/elevenlabs-js/compare/v0.7.0...v0.8.0

0.7.0

What's Changed
* (fix): import stream from readable instead of `node:stream` by fern-api in https://github.com/elevenlabs/elevenlabs-js/pull/49


**Full Changelog**: https://github.com/elevenlabs/elevenlabs-js/compare/v0.6.0...v0.7.0

0.6.0

What's Changed
* (feat, break): wrap file properties inside an object by fern-api in https://github.com/elevenlabs/elevenlabs-js/pull/41

**Before**:
typescript
await elevenLabs.audioNative.create(fs.createReadStream("/path/to/your/file"), {
name: "name"
});


**After**:
typescript
await elevenLabs.audioNative.create({
file: fs.createReadStream("/path/to/your/file"),
name: "name"
});

**Full Changelog**: https://github.com/elevenlabs/elevenlabs-js/compare/v0.5.0...v0.6.0

Page 10 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.