Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

spotify-remote

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

spotify-remote - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+9
-4
CHANGELOG.md
# 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

{
"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": {

@@ -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 @@

@@ -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 @@