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
4
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.1.4 to 1.1.5

2

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

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

@@ -9,4 +9,4 @@ var exec = require("cordova/exec");

Staytuned.prototype.init = function (appId, appToken, success, fail) {
exec(success, fail, "StaytunedPlugin", "init", [appId, appToken]);
Staytuned.prototype.init = function (appId, appToken, userAgent, success, fail) {
exec(success, fail, "StaytunedPlugin", "init", [appId, appToken, userAgent]);
};

@@ -13,0 +13,0 @@

Sorry, the diff of this file is not supported yet

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