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

cordova-plugin-configuration-manager

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-configuration-manager - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "cordova-plugin-configuration-manager",
"version": "1.0.8",
"version": "1.0.9",
"description": "A Cordova plugin for managing configurations",

@@ -5,0 +5,0 @@ "author": "Diego Santiago",

@@ -7,2 +7,6 @@ var exec = require('cordova/exec');

exec(cb, error, PLUGIN_NAME, 'launchSettings', [param]);
},
canScheduleExactAlarms: (cb, error) => {
exec(cb, error, PLUGIN_NAME, 'canScheduleExactAlarms', []);
}

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

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