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 2.0.1-beta to 2.0.1

17

package.json
{
"name": "assemblyai",
"version": "2.0.1-beta",
"version": "2.0.1",
"description": "The AssemblyAI Node.js 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.",

@@ -11,6 +11,6 @@ "main": "dist/index.js",

"type": "git",
"url": "git+https://github.com/AssemblyAI/assemblyai-typescript-sdk.git"
"url": "git+https://github.com/AssemblyAI/assemblyai-node-sdk.git"
},
"publishConfig": {
"tag": "beta",
"tag": "latest",
"access": "public",

@@ -25,8 +25,13 @@ "registry": "https://registry.npmjs.org/"

"test:unit": "jest --config jest.config.rollup.ts",
"prettier": "prettier --write 'src/**/*.ts'",
"generate-types": "tsx ./scripts/generate-types.ts && pnpm prettier"
"format": "prettier --write 'src/**/*.ts'",
"generate-types": "tsx ./scripts/generate-types.ts && pnpm format",
"copybara:dry-run": "./copybara.sh dry_run --init-history",
"copybara:pr": "./copybara.sh sync_out --init-history"
},
"keywords": [
"AssemblyAI",
"Speech-to-text"
"Speech-to-text",
"Transcription",
"Audio",
"LLM"
],

@@ -33,0 +38,0 @@ "author": "AssemblyAI (https://www.assemblyai.com)",

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

<img src="https://github.com/AssemblyAI/assemblyai-typescript-sdk/blob/master/assemblyai.png?raw=true" width="500"/>
<img src="https://github.com/AssemblyAI/assemblyai-node-sdk/blob/main/assemblyai.png?raw=true" width="500"/>

@@ -176,3 +176,3 @@ ---

```typescript
const token = await client.realtime.createTemporaryToken({expires_in = 60});
const token = await client.realtime.createTemporaryToken({ expires_in = 60 });
const rt = client.realtime.createService({

@@ -216,3 +216,3 @@ token: token

```typescript
rt.close();
await rt.close();
```

@@ -219,0 +219,0 @@

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