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

soundcloud-audio

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soundcloud-audio - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

index.js

@@ -124,2 +124,8 @@ 'use strict';

SoundCloud.prototype.stop = function () {
this.audio.pause();
this.audio.currentTime = 0;
this.playing = false;
};
SoundCloud.prototype.next = function () {

@@ -126,0 +132,0 @@ if (this._playlist && this._playlist.tracks.length) {

2

package.json
{
"name": "soundcloud-audio",
"version": "0.1.2",
"version": "0.1.3",
"description": "Play SoundCloud tracks and playslists in modern browsers with HTML5 Audio API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -93,2 +93,6 @@ # <img src="http://www.officialpsds.com/images/thumbs/Soundcloud-Logo-psd47614.png" width="75" align="left">&nbsp;soundcloud-audio.js

#### `stop()`
Stop playing audio and rewind it to start.
#### `next()`

@@ -95,0 +99,0 @@

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