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

ang-music-player

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ang-music-player - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

ang-music-player.d.ts

37

package.json
{
"name": "ang-music-player",
"version": "0.0.2",
"version": "0.0.3",
"peerDependencies": {
"@angular/common": "^8.2.0",
"@angular/core": "^8.2.0"
"@angular/common": "^10.0.14",
"@angular/core": "^10.0.14"
},
"repository": {
"type": "git",
"url": "https://github.com/orahul1/angular-audio-player.git"
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"angular",
"angular 2",
"angular audio",
"angular audio player",
"angular mp3 player"
],
"author": "Rahul Raveendran",
"license": "ISC",
"bugs": {
"url": "https://github.com/orahul1/angular-audio-player/issues"
},
"homepage": "https://github.com/orahul1/angular-audio-player",
"description": "Angular Music/Audio Player component for web applications. Easy and HIGHLY customisable.",
"main": "karma.conf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
"main": "bundles/ang-music-player.umd.js",
"module": "fesm2015/ang-music-player.js",
"es2015": "fesm2015/ang-music-player.js",
"esm2015": "esm2015/ang-music-player.js",
"fesm2015": "fesm2015/ang-music-player.js",
"typings": "ang-music-player.d.ts",
"metadata": "ang-music-player.metadata.json",
"sideEffects": false
}

@@ -1,5 +0,5 @@

# Angular Music / Audio Player
Angular Music/Audio Player component for web applications. Easy and HIGHLY customisable.
[Stackblitz example](https://stackblitz.com/edit/angular-audio-player-demo?file=src/app/app.component.ts)

@@ -55,16 +55,19 @@ ![alt text](https://i.ibb.co/Y7c9HZR/music.jpg)

```
audioList = [{
url: 'https://sample-videos.com/audio/mp3/crowd-cheering.mp3',
title: 'Sample Audio 1',
cover: 'https://i1.sndcdn.com/artworks-000249294066-uow7s0-t500x500.jpg'
}, {
url: 'https://sample-videos.com/audio/mp3/crowd-cheering.mp3',
title: 'Sample Audio 2',
cover: 'https://i1.sndcdn.com/artworks-000249294066-uow7s0-t500x500.jpg'
},
{
url: 'https://www2.cs.uic.edu/~i101/SoundFiles/StarWars60.wav',
title: 'Sample Audio 3',
cover: 'https://i1.sndcdn.com/artworks-000249294066-uow7s0-t500x500.jpg'
}]
audioList = [
{
url: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3",
title: "Smaple 1",
cover: "https://i1.sndcdn.com/artworks-000249294066-uow7s0-t500x500.jpg"
},
{
url: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-10.mp3",
title: "Sample 2",
cover: "https://i1.sndcdn.com/artworks-000249294066-uow7s0-t500x500.jpg"
},
{
url: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-12.mp3",
title: "Sample 3",
cover: "https://i1.sndcdn.com/artworks-000249294066-uow7s0-t500x500.jpg"
}
];
```

@@ -100,2 +103,33 @@

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## TODO
### Shuffle option
### audio list option

@@ -105,2 +139,2 @@

MIT License.
MIT License.
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