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 Compare versions

Comparing version 4.4.2-beta.0 to 4.4.2-beta.1

dist/browser.cjs

16

package.json
{
"name": "assemblyai",
"version": "4.4.2-beta.0",
"version": "4.4.2-beta.1",
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",

@@ -20,4 +20,12 @@ "engines": {

"workerd": "./dist/index.mjs",
"browser": "./dist/browser.mjs",
"react-native": "./dist/browser.mjs",
"browser": {
"types": "./dist/index.d.ts",
"import": "./dist/browser.mjs",
"require": "./dist/browser.cjs"
},
"react-native": {
"types": "./dist/index.d.ts",
"import": "./dist/browser.mjs",
"require": "./dist/browser.cjs"
},
"node": {

@@ -135,2 +143,2 @@ "types": "./dist/index.d.ts",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc