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

imusic

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imusic - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

assets/javascript/index.js

@@ -73,4 +73,10 @@ (function(window, $, undefined) {

Audio.prototype.stop = function() {
audio.pause();
$('#soundAudio')[0].play();
$('#pause').addClass('imusic-control-pressed');
$('.imusic-tape-wheel-left').removeClass('clockwise');
$('.imusic-tape-wheel-right').removeClass('anticlockwise');
this.element[0].pause();
this.paused = false;
$('#pause').removeClass('imusic-control-pressed');
};

@@ -103,2 +109,3 @@

},100);
$('#pause').removeClass('imusic-control-pressed');
}

@@ -105,0 +112,0 @@

2

package.json
{
"name": "imusic",
"version": "1.0.2",
"version": "1.0.3",
"description": "imusic",

@@ -5,0 +5,0 @@ "bin": "./bin/imusic",

## imusic
music player
Music player

@@ -17,2 +17,4 @@ ## Screenshot

#### 在有音乐的本地目录下,输入命令行:
```shell

@@ -19,0 +21,0 @@ $ imusic

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