spotify-remote
Advanced tools
+9
-4
| # Changelog | ||
| ## 0.0.4 (Released 8th February, 2013) | ||
| ## 0.0.5 (February 11th, 2013) | ||
| * Fix Lion compatibility by using upstream patch from @andrehavemann in spotify-node-applescript | ||
| * The height should have a cap now, so it doesn't grow beyond sense | ||
| ## 0.0.4 (February 8th, 2013) | ||
| * introduce a design, thank you @mbesser | ||
@@ -11,3 +16,3 @@ * stop polling for artwork when there is no active socket connection | ||
| ## 0.0.3 (Released 4th February, 2013) | ||
| ## 0.0.3 (February 4th, 2013) | ||
@@ -17,3 +22,3 @@ * use simple static file server instead of express | ||
| ## 0.0.2 (Released 1st February, 2013) | ||
| ## 0.0.2 (February 1st, 2013) | ||
@@ -23,3 +28,3 @@ * change default port to 3333 | ||
| ## 0.0.1 (Released 1st February, 2013) | ||
| ## 0.0.1 (February 1st, 2013) | ||
@@ -26,0 +31,0 @@ * initial release |
+2
-2
| { | ||
| "name": "spotify-remote", | ||
| "preferGlobal": true, | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "Control spotify from your browser", | ||
@@ -24,3 +24,3 @@ "main": "app.js", | ||
| "socket.io": "~0.9.13", | ||
| "spotify-node-applescript": "git://github.com/rmehner/spotify-node-applescript.git#artwork_escape_quotes_state_with_track_id" | ||
| "spotify-node-applescript": "git://github.com/rmehner/spotify-node-applescript.git#improve_get_artwork_and_get_state_improvements" | ||
| }, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
+9
-0
@@ -161,2 +161,11 @@ /* ------------------------------------ | ||
| /* --- media query to avoid ugly vertical scaling --- */ | ||
| @media screen and (min-height: 580px) { | ||
| .remote-wrapper { | ||
| max-height: 700px; | ||
| } | ||
| } | ||
| /* --- media query for larger than common mobile screens --- */ | ||
@@ -163,0 +172,0 @@ |
+1
-1
@@ -33,3 +33,3 @@ # spotify-remote — Control Spotify from the browser | ||
| ``` | ||
| $ npm install -g spotify-remote | ||
| $ npm update -g spotify-remote | ||
| ``` | ||
@@ -36,0 +36,0 @@ |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
143872
0.22%712
0.85%1
-50%