Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assemblyai

Package Overview
Dependencies
Maintainers
1
Versions
52
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.3 to 4.4.2-beta.4

22

package.json
{
"name": "assemblyai",
"version": "4.4.2-beta.3",
"version": "4.4.2-beta.4",
"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,12 +20,4 @@ "engines": {

"workerd": "./dist/index.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"
},
"browser": "./dist/browser.mjs",
"react-native": "./dist/browser.mjs",
"node": {

@@ -40,8 +32,2 @@ "types": "./dist/index.d.ts",

},
"./browser": {
"types": "./dist/index.d.ts",
"import": "./dist/browser.mjs",
"require": "./dist/browser.cjs",
"default": "./dist/browser.cjs"
},
"./package.json": "./package.json"

@@ -152,2 +138,2 @@ },

}
}
}
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