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

cordova-plugin-hello-world-test-spectrum

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-hello-world-test-spectrum - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "cordova-plugin-hello-world-test-spectrum",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple plugin",

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

@@ -1,5 +0,8 @@

var exec = require('cordova/exec');
var HelloWorld = function() {};
exports.greet = function(name, successCallback, errorCallback) {
exec(susuccessCallbackccess, errorCallback, "HelloWorld", "greet", [name]);
HelloWorld.prototype.say = function(success, fail) {
cordova.exec(success, fail, "HelloWorldPlugin","say", []);
};
var helloWorld = new HelloWorld();
module.exports = helloWorld;

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