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

@speechly/browser-client

Package Overview
Dependencies
Maintainers
6
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speechly/browser-client - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

core/audioprocessing/AudioProcessor.d.ts

10

package.json
{
"name": "@speechly/browser-client",
"version": "2.6.0",
"version": "2.6.1",
"description": "Browser client for Speechly API",

@@ -25,3 +25,3 @@ "keywords": [

"scripts": {
"build": "pnpm run lint && pnpm run test 2>&1 && rm -rf ./dist/ && pnpx rollup -c --silent",
"build": "pnpm run lint && pnpm run test 2>&1 && rimraf core && pnpx rollup -c --silent",
"build:watch": "rm -rf ./dist/ && pnpx rollup -c --silent",

@@ -44,5 +44,5 @@ "check": "pnpm run build && pnpx api-extractor run --verbose",

"files": ["core/**/*", "src/**/*"],
"main": "./core/speechly.umd.min.js",
"module": "./core/speechly.es.js",
"types": "./core/types/index.d.ts",
"main": "core/speechly.umd.min.js",
"module": "core/speechly.es.js",
"types": "core/index.d.ts",
"author": "Speechly",

@@ -49,0 +49,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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