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.0.0-beta.3 to 4.0.0

1

dist/polyfills/streams/node.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
export { WritableStream } from "stream/web";

@@ -6,2 +6,7 @@ # SDK Compatibility

## Node.js compatibility
The SDK supports Node.js 18, 20, and 21.
If you do use an older version of Node.js like version 16, you'll need to polyfill `fetch`.
## Browser compatibility

@@ -8,0 +13,0 @@

19

package.json
{
"name": "assemblyai",
"version": "4.0.0-beta.3",
"version": "4.0.0",
"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.",
"engines": {
"node": ">=18"
},
"exports": {

@@ -61,3 +64,3 @@ ".": {

"publishConfig": {
"tag": "beta",
"tag": "latest",
"access": "public",

@@ -70,3 +73,3 @@ "registry": "https://registry.npmjs.org/"

"lint": "eslint -c .eslintrc.json '{src,tests}/**/*.{js,ts}' && publint",
"test": "jest --config jest.config.rollup.ts",
"test": "jest --config jest.config.js",
"format": "prettier '**/*' --write",

@@ -87,2 +90,6 @@ "generate-types": "tsx ./scripts/generate-types.ts && pnpm format",

"homepage": "https://www.assemblyai.com/docs",
"bugs": {
"url": "https://github.com/AssemblyAI/assemblyai-node-sdk/issues",
"email": "support@assemblyai.com"
},
"files": [

@@ -97,3 +104,4 @@ "dist",

"devDependencies": {
"@rollup/plugin-alias": "^5.0.1",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-node-resolve": "^15.2.3",

@@ -109,3 +117,2 @@ "@rollup/plugin-terser": "^0.4.4",

"eslint": "^8.48.0",
"i": "^0.3.7",
"jest": "^29.5.0",

@@ -115,3 +122,2 @@ "jest-cli": "^29.5.0",

"jest-junit": "^16.0.0",
"jest-mock-extended": "^3.0.4",
"jest-websocket-mock": "^2.4.1",

@@ -126,3 +132,2 @@ "mock-socket": "^9.2.1",

"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",

@@ -129,0 +134,0 @@ "typescript": "^5.2.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