ang-music-player
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
216209
23
1356
138
3
1
2
3
9
1
+ Addedtslib@^2.0.0
+ Added@angular/common@10.2.5(transitive)
+ Added@angular/core@10.2.5(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedzone.js@0.10.3(transitive)
- Removed@angular/common@8.2.14(transitive)
- Removed@angular/core@8.2.14(transitive)
- Removedzone.js@0.9.1(transitive)