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.8 to 0.1.0

14

package.json
{
"_from": "cordova-plugin-open-cv@^0.0.5",
"_from": "cordova-plugin-open-cv@0.0.5",
"_id": "cordova-plugin-open-cv@0.0.5",

@@ -9,10 +9,10 @@ "_inBundle": false,

"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "cordova-plugin-open-cv@^0.0.5",
"raw": "cordova-plugin-open-cv@0.0.5",
"name": "cordova-plugin-open-cv",
"escapedName": "cordova-plugin-open-cv",
"rawSpec": "^0.0.5",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "^0.0.5"
"fetchSpec": "0.0.5"
},

@@ -25,3 +25,3 @@ "_requiredBy": [

"_shasum": "d647ad97462005812fb14acfb2a2f87a449fb874",
"_spec": "cordova-plugin-open-cv@^0.0.5",
"_spec": "cordova-plugin-open-cv@0.0.5",
"_where": "/Users/tom/dev/hileadzz_app/cordova",

@@ -46,3 +46,3 @@ "author": {

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

@@ -8,5 +8,6 @@ var exec = require('cordova/exec');

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

@@ -13,0 +14,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