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

scandit-capacitor-datacapture-parser

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scandit-capacitor-datacapture-parser - npm Package Compare versions

Comparing version 6.10.1 to 6.11.0-beta.1

2

dist/esm/scandit-capacitor-datacapture-core/src/ts/Capacitor/Defaults.d.ts

@@ -49,2 +49,3 @@ import { CameraPosition, CameraSettings, FocusGestureStrategy, FocusRange, VideoResolution } from '../Camera+Related';

dimming: string;
disabledDimming: string;
animation: RectangularViewfinderAnimation | null;

@@ -89,2 +90,3 @@ };

dimming: number;
disabledDimming: number;
animation: string;

@@ -91,0 +93,0 @@ }

@@ -57,2 +57,3 @@ import { Color, MarginsWithUnit, NumberWithUnit, PointWithUnit, SizeWithUnitAndAspect, } from '../Common';

dimming: viewfinder.dimming,
disabledDimming: viewfinder.disabledDimming,
animation: RectangularViewfinderAnimation

@@ -59,0 +60,0 @@ .fromJSON(viewfinder.animation ? JSON.parse(viewfinder.animation) : null),

4

package.json
{
"name": "scandit-capacitor-datacapture-parser",
"version": "6.10.1",
"version": "6.11.0-beta.1",
"description": "Scandit Data Capture SDK for Capacitor",

@@ -56,3 +56,3 @@ "main": "dist/plugin.cjs.js",

"@capacitor/core": "^3.0.0",
"scandit-capacitor-datacapture-core": "6.10.1"
"scandit-capacitor-datacapture-core": "6.11.0-beta.1"
},

@@ -59,0 +59,0 @@ "prettier": "@ionic/prettier-config",

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