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

spotilocal

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotilocal - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.4.2"></a>
## [0.4.2](https://github.com/ShyykoSerhiy/spotilocal/compare/v0.4.1...v0.4.2) (2017-09-25)
<a name="0.4.1"></a>

@@ -7,0 +12,0 @@ ## [0.4.1](https://github.com/ShyykoSerhiy/spotilocal/compare/v0.4.0...v0.4.1) (2017-09-25)

2

dist/src/index.d.ts

@@ -41,3 +41,3 @@ import * as request from 'superagent';

/**
* Gets spotilocal api url with port in range 4370-4380.
* Gets spotilocal api url with port in range 4370-4389.
*/

@@ -44,0 +44,0 @@ static getSpotilocalUrl(): Promise<string>;

@@ -131,3 +131,3 @@ "use strict";

/**
* Gets spotilocal api url with port in range 4370-4380.
* Gets spotilocal api url with port in range 4370-4389.
*/

@@ -137,3 +137,3 @@ Spotilocal.getSpotilocalUrl = function () {

var tryGetSpotilocalVersion = function (port) {
if (port > 4380) {
if (port > 4389) {
reject(exports.SPOTILOCAL_IS_NOT_RUNNING);

@@ -140,0 +140,0 @@ return;

{
"name": "spotilocal",
"version": "0.4.1",
"version": "0.4.2",
"description": "Unofficial api for Spotify's local web server.",

@@ -9,3 +9,3 @@ "main": "dist/src/index.js",

"test": "./node_modules/typescript/bin/tsc && mocha \"dist/test/**/*.js\"",
"release": "standard-version"
"release": "yarn test && standard-version"
},

@@ -12,0 +12,0 @@ "keywords": [

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