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

node-spop

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-spop - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

10

index.js

@@ -99,3 +99,3 @@ var client = require('./client.js');

play: function() {
return this.exec('toggle');
return this.exec('play');
},

@@ -112,2 +112,10 @@

/**
* @description Toggle pause mode
* @returns {Promise}
*/
toggle: function() {
return this.exec('toggle');
},
/**
* @description Go to position pos in the current track

@@ -114,0 +122,0 @@ * @param pos Position to seek (in miliseconds)

2

package.json
{
"name": "node-spop",
"version": "1.1.0",
"version": "1.2.0",
"description": "Node wrapper for https://github.com/Schnouki/spop",

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

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