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

web-audio-api-player

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-audio-api-player - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

dist/index.d.ts
export { PlayerCore, ICoreOptions } from './library/core';
export { PlayerSound, ISoundAttributes } from './library/sound';
export { PlayerSound, ISoundAttributes, ISound } from './library/sound';
{
"name": "web-audio-api-player",
"version": "2.0.2",
"version": "2.0.3",
"description": "web audio api player",

@@ -43,10 +43,10 @@ "keywords": [

"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.7.1",
"@typescript-eslint/parser": "3.7.1",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"eslint": "7.9.0",
"eslint-plugin-import": "2.22.0",
"rollup": "2.23.0",
"rollup-plugin-typescript2": "0.27.1",
"typescript": "3.9.7"
"rollup": "2.27.1",
"rollup-plugin-typescript2": "0.27.2",
"typescript": "4.0.3"
}
}

@@ -8,7 +8,7 @@ [![Dependencies](https://david-dm.org/chrisweb/web-audio-api-player/status.svg)](https://david-dm.org/chrisweb/web-audio-api-player)

<p align="center"><img width="400" src="./assets/web_audio_api_player_logo_small.png" alt="web audio API player logo"></p>
<p align="center"><img width="202" height="225" src="./assets/web_audio_api_player_logo_small.png" alt="web audio API player logo"></p>
## About this project
🎶 An opensource javascript (typescript) audio player for the browser, built using the Web Audio API
🎶 An opensource javascript (typescript) audio player for the browser, built using the Web Audio API with support for HTML5 audio elements

@@ -15,0 +15,0 @@ this player can be added to any javascript project and extended in many ways, it is not bound to a specific UI, this player is just a core that can be used to create any kind of player you can imagine and even be used to play sound in video games or for any other sound / song playing needs you may have

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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