New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

assemblyai

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemblyai - npm Package Versions

13456

4.4.6

Diff
robot-assemblyai
published 4.4.6 •

Changelog

Source

[4.4.6]

  • Fix Rollup exports so __SDK_VERSION__ is properly replaced with the version of the SDK.
robot-assemblyai
published 4.4.5 •

Changelog

Source

[4.4.5]

  • Add new PiiPolicy enum values
robot-assemblyai
published 4.4.4 •

Changelog

Source

[4.4.4]

  • Add an export that only includes the Streaming STT code. You can use the export
    • by importing assemblyai/streaming,
    • or by loading the assemblyai.streaming.umd.js file, or assemblyai.streaming.umd.min.js file in a script-tag.
  • Add new EntityType enum values
robot-assemblyai
published 4.4.3 •

Changelog

Source

[4.4.3] - 2024-05-09

  • Add react-native exports that resolve to the browser version of the library.
robot-assemblyai
published 4.4.2-beta.4 •
robot-assemblyai
published 4.4.2-beta.3 •
robot-assemblyai
published 4.4.2-beta.2 •
robot-assemblyai
published 4.4.2-beta.1 •
robot-assemblyai
published 4.4.2-beta.0 •
robot-assemblyai
published 4.4.2 •

Changelog

Source

[4.4.2] - 2024-05-03

Changed

  • Caching is disabled for all HTTP request made by the SDK
  • Accept data-URIs in client.files.upload(dataUri), client.transcripts.submit(audio: dataUri), client.transcripts.transcribe(audio: dataUri).
  • Change how the WebSocket libraries are imported for better compatibility across frameworks and runtimes. The library no longer relies on a internal #ws import, and instead compiles the imports into the dist bundles. Browser builds will use the native WebSocket, other builds will use the ws package.