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

appnameplugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appnameplugin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "appnameplugin",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",

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

@@ -0,5 +1,11 @@

cordova.define("com.is751.www.AppNamePlugin", function(require, exports, module) {
var exec = require('cordova/exec');
exports.coolMethod = function (arg0, success, error) {
exec(success, error, 'AppNamePlugin', 'coolMethod', [arg0]);
};
exports.appMessage = function(success,error) {
console.log("===method")
exec(success, error, "StartMain", "appMessage",[]);
};
});
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