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

barkoder-cordova

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barkoder-cordova - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

2

package.json
{
"name": "barkoder-cordova",
"version": "1.6.1",
"version": "1.6.2",
"description": "Cordova plugin that connects to barkoderSDK which helps users scan barcodes with mobile devices",

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

@@ -74,10 +74,10 @@ [

"userDefinedMetadata" : {
"stride" : "32",
"com.github.apple.coremltools.version" : "7.2",
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"docs" : "https:\/\/docs.ultralytics.com",
"stride" : "32",
"task" : "obb",
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
"date" : "2024-08-01T09:34:45.251931",
"imgsz" : "[256, 384]",
"date" : "2024-08-01T09:34:45.251931",
"batch" : "1",

@@ -84,0 +84,0 @@ "names" : "{0: 'id_mrz_image', 1: 'mrz_2', 2: 'mrz_3', 3: 'id_mrz', 4: 'id_image', 5: 'face', 6: 'vin', 7: 'signature'}"

@@ -77,5 +77,5 @@ [

"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"task" : "obb",
"docs" : "https:\/\/docs.ultralytics.com",
"task" : "obb",
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"imgsz" : "[384, 512]",

@@ -82,0 +82,0 @@ "date" : "2024-08-01T17:19:19.267647",

@@ -75,4 +75,4 @@ [

"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"stride" : "32",
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"docs" : "https:\/\/docs.ultralytics.com",

@@ -79,0 +79,0 @@ "task" : "obb",

@@ -74,10 +74,10 @@ [

"userDefinedMetadata" : {
"stride" : "32",
"com.github.apple.coremltools.version" : "7.2",
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"task" : "obb",
"docs" : "https:\/\/docs.ultralytics.com",
"task" : "obb",
"stride" : "32",
"imgsz" : "[384, 512]",
"date" : "2024-08-01T17:19:19.267647",
"imgsz" : "[384, 512]",
"batch" : "1",

@@ -84,0 +84,0 @@ "names" : "{0: 'id_mrz_image', 1: 'mrz_2', 2: 'mrz_3', 3: 'id_mrz', 4: 'id_image', 5: 'face', 6: 'vin', 7: 'signature'}"

@@ -36,2 +36,7 @@ export enum DecodingSpeed {

export enum BarkoderCameraPosition {
BACK,
FRONT,
}
export enum BarkoderResolution {

@@ -38,0 +43,0 @@ HD,

@@ -654,2 +654,12 @@ var exec = require("cordova/exec");

/**
* Sets the camera to be used for scanning (back/front).
* @param {*} value - The value which camera should be used.
* @param {*} success - The callback function to be invoked on successful execution
* @param {*} error - The callback function to be invoked on execution error
*/
exports.setCamera = function (value, success, error) {
exec(success, error, barkoderScanner, "setCamera", [value]);
};
// - Getters

@@ -656,0 +666,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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