New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@felicienfrancois/cordova-plugin-stepper

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felicienfrancois/cordova-plugin-stepper - npm Package Compare versions

Comparing version 0.2.49 to 0.2.50

2

package.json
{
"name": "@felicienfrancois/cordova-plugin-stepper",
"version": "0.2.49",
"version": "0.2.50",
"description": "Lightweight pedometer Cordova/Phonegap plugin for Android using the hardware step sensor, with notifications.",

@@ -5,0 +5,0 @@ "cordova": {

@@ -57,5 +57,6 @@ var exec = require("cordova/exec");

onSuccess = clearDatabase;
clearDatabase = false;
}
let promise = new Promise(function(resolve, reject) {
exec(resolve, reject, "Stepper", "stopStepperUpdates", [!!clearDatabase]);
exec(resolve, reject, "Stepper", "stopStepperUpdates", [clearDatabase]);
});

@@ -62,0 +63,0 @@ if (onSuccess) promise = promise.then(onSuccess);

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