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 3.1.2 to 3.1.3

dist/index.cjs

29

package.json
{
"name": "assemblyai",
"version": "3.1.2",
"version": "3.1.3",
"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.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"type": "commonjs",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.esm.js",
"node": "./dist/index.js",
"default": "./dist/index.js"
},
"repository": {

@@ -20,3 +24,3 @@ "type": "git",

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

@@ -28,3 +32,3 @@ "registry": "https://registry.npmjs.org/"

"clean": "rimraf dist",
"lint": "eslint -c .eslintrc.json '{src,tests}/**/*.{js,ts}'",
"lint": "eslint -c .eslintrc.json '{src,tests}/**/*.{js,ts}' && publint",
"test": "pnpm lint && pnpm test:unit",

@@ -69,2 +73,3 @@ "test:unit": "jest --config jest.config.rollup.ts",

"prettier": "^2.8.8",
"publint": "^0.2.5",
"rimraf": "^5.0.1",

@@ -81,2 +86,2 @@ "rollup": "^3.25.1",

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