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

@staytuned-io/cordova-plugin-staytuned

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@staytuned-io/cordova-plugin-staytuned - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "@staytuned-io/cordova-plugin-staytuned",
"version": "1.0.5",
"version": "1.0.6",
"types": "./ionic-plugin/",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

@@ -60,2 +60,6 @@ var exec = require("cordova/exec");

STPlayer.prototype.play = function (playlist, index = 0, success, fail) {
exec(success, fail, "StaytunedPlugin", "STPlayer_play", [playlist, index]);
};
Staytuned.prototype.sections = new STSections();

@@ -62,0 +66,0 @@ Staytuned.prototype.contents = new STContents();

Sorry, the diff of this file is not supported yet

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