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

scandit-capacitor-datacapture-core

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.14.1 to 6.15.0-beta.1

3

dist/esm/definitions.d.ts

@@ -5,2 +5,4 @@ export declare type Optional<T> = T | null;

}
export const ScanditCaptureCorePlugin: ScanditCaptureCorePluginInterface;
declare module Scandit {

@@ -1026,1 +1028,2 @@

}

2

dist/esm/ts/DataCaptureVersion.js
export class DataCaptureVersion {
static get pluginVersion() {
return '6.14.1';
return '6.15.0-beta.1';
}
}
//# sourceMappingURL=DataCaptureVersion.js.map

@@ -1,8 +0,6 @@

import { WebPlugin } from '@capacitor/core';
import { ScanditCaptureCorePluginInterface } from './definitions';
export declare class ScanditCaptureCorePlugin extends WebPlugin implements ScanditCaptureCorePluginInterface {
constructor();
export * from './definitions';
export declare class ScanditCaptureCorePluginImplementation implements ScanditCaptureCorePluginInterface {
initializePlugins(): Promise<any>;
}
declare const scanditCaptureCore: ScanditCaptureCorePlugin;
export { scanditCaptureCore };
export declare const ScanditCaptureCorePlugin: ScanditCaptureCorePluginImplementation;

@@ -10,3 +10,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

};
import { WebPlugin } from '@capacitor/core';
import { registerPlugin } from '@capacitor/core';
import { getDefaults } from './ts/Capacitor/Capacitor';

@@ -27,9 +27,3 @@ import { Color, Direction, MarginsWithUnit, MeasureUnit, NumberWithUnit, Orientation, Point, PointWithUnit, Quadrilateral, Rect, RectWithUnit, Size, SizeWithAspect, SizeWithUnit, SizeWithUnitAndAspect, SizingMode, } from './ts/Common';

const corePluginName = 'ScanditCaptureCorePlugin';
export class ScanditCaptureCorePlugin extends WebPlugin {
constructor() {
super({
name: corePluginName,
platforms: ['ios', 'android'],
});
}
export class ScanditCaptureCorePluginImplementation {
initializePlugins() {

@@ -101,6 +95,8 @@ return __awaiter(this, void 0, void 0, function* () {

}
const scanditCaptureCore = new ScanditCaptureCorePlugin();
export { scanditCaptureCore };
import { registerWebPlugin } from '@capacitor/core';
registerWebPlugin(scanditCaptureCore);
registerPlugin(corePluginName, {
android: () => new ScanditCaptureCorePluginImplementation(),
ios: () => new ScanditCaptureCorePluginImplementation(),
});
// tslint:disable-next-line:variable-name
export const ScanditCaptureCorePlugin = new ScanditCaptureCorePluginImplementation();
//# sourceMappingURL=web.js.map
{
"name": "scandit-capacitor-datacapture-core",
"version": "6.14.1",
"version": "6.15.0-beta.1",
"description": "Scandit Data Capture SDK for Capacitor",

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

"devDependencies": {
"@capacitor/android": ">=2.0.0",
"@capacitor/core": ">=2.0.0",
"@capacitor/ios": ">=2.0.0",
"@capacitor/android": ">=3.0.0",
"@capacitor/core": ">=3.0.0",
"@capacitor/ios": ">=3.0.0",
"@ionic/prettier-config": "^1.0.0",

@@ -58,3 +58,6 @@ "@ionic/swiftlint-config": "^1.0.0",

"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config"
"swiftlint": "@ionic/swiftlint-config",
"dependencies": {
"@capacitor/cli": "^4.3.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 too big to display

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