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

scandit-cordova-datacapture-barcode

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scandit-cordova-datacapture-barcode - npm Package Compare versions

Comparing version 6.18.0-beta.1 to 6.18.0-beta.2

2

package.json
{
"name": "scandit-cordova-datacapture-barcode",
"version": "6.18.0-beta.1",
"version": "6.18.0-beta.2",
"description": "Scandit Data Capture SDK for Cordova",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -248,3 +248,7 @@ "use strict";

get identifier() { return this._identifier; }
get shouldAnimateFromPreviousToNextState() { return this._shouldAnimateFromPreviousToNextState; }
get shouldAnimateFromPreviousToNextState() {
// tslint:disable-next-line:no-console
console.warn('shouldAnimateFromPreviousToNextState is deprecated and returns "false" when accessed');
return false;
}
static fromJSON(json) {

@@ -254,3 +258,2 @@ const trackedBarcode = new TrackedBarcode();

trackedBarcode._identifier = json.identifier;
trackedBarcode._shouldAnimateFromPreviousToNextState = json.shouldAnimateFromPreviousToNextState;
trackedBarcode._barcode = Barcode.fromJSON(json.barcode);

@@ -257,0 +260,0 @@ trackedBarcode._predictedLocation = Common_1.Quadrilateral.fromJSON(json.location);

@@ -281,3 +281,2 @@ declare module Scandit {

identifier: number;
shouldAnimateFromPreviousToNextState: boolean;
barcode: BarcodeJSON;

@@ -303,3 +302,2 @@ predictedLocation: QuadrilateralJSON;

private sessionFrameSequenceID;
private _shouldAnimateFromPreviousToNextState;
get shouldAnimateFromPreviousToNextState(): boolean;

@@ -306,0 +304,0 @@ private static fromJSON;

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