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

cordova-plugins-logsplugin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugins-logsplugin - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "cordova-plugins-logsplugin",
"version": "0.0.9",
"version": "0.0.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "www/LogsPlugin.js",

var exec = require('cordova/exec');
exports.defineURL = function (arg0, success, error) {
exec(success, error, 'logsplugin', 'defineURL', [arg0]);
var logsplugin = {
show:function (arg0, success, error) {
exec(success, error, 'logsplugin', 'defineURL', [arg0]);
},
hide:function (arg0, success, error) {
exec(success, error, 'logsplugin', 'sendLog', [arg0])
}
};
exports.sendLog = function (arg0, success, error) {
exec(success, error, 'logsplugin', 'sendLog', [arg0]);
};
module.exports = logsplugin;

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