Socket
Socket
Sign inDemoInstall

@cable_ready/audio_operations

Package Overview
Dependencies
2
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cable_ready/audio_operations

CableReady Audio Operations


Version published
Weekly downloads
3
increased by50%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Package @cable_ready/audio_operations

A collection of audio operations meant to be used with cable_ready.

Installation

Install @cable_ready/audio_operations in your application:

yarn add @cable_ready/audio_operations

# or

npm install --save @cable_ready/audio_operations

Usage

Add the audio operations to CableReady:

// app/javascript/packs/application.js

import CableReady from 'cable_ready'
import AudioOperations from '@cable_ready/audio_operations'

CableReady.addOperations(AudioOperations)

And configure CableReady on the Ruby-side to include the new operation:

# config/initializers/cable_ready.rb

CableReady.configure do |config|
  config.add_operation_name :play_sound
end

FAQs

Last updated on 12 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc