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

cordova-plugin-open-cv

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-open-cv - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json

@@ -44,3 +44,3 @@ {

"name": "cordova-plugin-open-cv",
"version": "0.0.7"
"version": "0.0.8"
}

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

exports.test = function(arg0, success, error) {
exec(success, error, 'OpenCvCordova', 'test', [arg0]);
};
exports.echojs = function(arg0, success, error) {

@@ -9,0 +13,0 @@ if (arg0 && typeof(arg0) === 'string' && arg0.length > 0) {

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