New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

speaker

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speaker - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

index.d.ts
import { Writable, WritableOptions } from 'stream';
namespace Speaker {
declare namespace Speaker {
interface Options extends WritableOptions {

@@ -28,3 +28,3 @@ readonly channels?: number;

*/
class Speaker extends Writable {
declare class Speaker extends Writable {
constructor(opts?: Speaker.Options);

@@ -31,0 +31,0 @@

{
"name": "speaker",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Output PCM audio data to the speakers",

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