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

@anyline/anyline-js

Package Overview
Dependencies
Maintainers
13
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anyline/anyline-js - npm Package Compare versions

Comparing version 42.5.0 to 51.2.1-RC.0

anylinejs/anylinejs_simd.gz

4

package.json
{
"name": "@anyline/anyline-js",
"version": "42.5.0",
"version": "51.2.1-RC.0",
"description": "anyline sdk in the browser",

@@ -29,2 +29,2 @@ "types": "./types/index.d.ts",

"homepage": "https://github.com/Anyline/anyline-ocr-anylinejs-module#readme"
}
}

@@ -32,3 +32,3 @@ # Web SDK

[API documentation](https://js.anyline.com/release/42.5.0/docs/index.html)
[API documentation](https://js.anyline.com/release/51.2.0/docs/index.html)

@@ -35,0 +35,0 @@ For full documentation visit: [https://documentation.anyline.com/web-sdk-component/latest/index.html](https://documentation.anyline.com/web-sdk-component/latest/index.html)

@@ -6,3 +6,2 @@ export default AnylineJS;

coverVideo?: boolean;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;
export function Blink({ show }: {
show: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;
export default Loader;
declare function Loader(): React.JSX.Element;
import React from "react";
declare function Loader(): JSX.Element;
export default VideoStream;
declare function VideoStream({ coverVideo }: {
coverVideo: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;

@@ -1,10 +0,3 @@

import platform from 'platform';
import ImageService from './image.service';
export type CustomStorage = {
getItem: Function;
setItem: Function;
};
type Dependencies = {
store: Storage | CustomStorage;
platform: typeof platform;
anylineWorker: any;

@@ -16,11 +9,2 @@ imageService: ImageService;

constructor(dependencies: Dependencies);
getUuid(): any;
private generateUuid;
getPlatformInfo(): {
name: string;
version: string;
product: string;
manufacturer: string;
os: string;
};
prepareReporting(msg: any): void;

@@ -27,0 +11,0 @@ sendReporting(json: any, url: string, sendAsync: boolean): void;

@@ -8,3 +8,2 @@ export default App;

feedbackAnimationStyle: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;

@@ -6,3 +6,2 @@ export default AnylineJS;

coverVideo?: boolean;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;
export function Blink({ show }: {
show: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;

@@ -10,3 +10,2 @@ export default Cutout;

feedbackAnimationStyle: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;
export function CutoutManager({ parentEl, feedbackAnimationStyle }: {
parentEl: any;
feedbackAnimationStyle: any;
}): React.JSX.Element;
}): JSX.Element;
export default CutoutManager;
import React from "react";
export default Loader;
declare function Loader(): React.JSX.Element;
import React from "react";
declare function Loader(): JSX.Element;
export default Mask;
declare function Mask({ onInit }: {
onInit?: () => void;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;

@@ -8,3 +8,2 @@ export default Polygon;

useStyles?: boolean;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;

@@ -13,3 +13,2 @@ export default ScanFeedback;

isAnimating: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;

@@ -16,3 +16,2 @@ export default SvgCutout;

feedbackAnimationStyle: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;
export default VideoStream;
declare function VideoStream({ coverVideo }: {
coverVideo: any;
}): React.JSX.Element;
import React from "react";
}): JSX.Element;
export default Editor;
declare function Editor(): React.JSX.Element;
import React from "react";
declare function Editor(): JSX.Element;

@@ -1,10 +0,3 @@

import platform from 'platform';
import ImageService from './image.service';
export type CustomStorage = {
getItem: Function;
setItem: Function;
};
type Dependencies = {
store: Storage | CustomStorage;
platform: typeof platform;
anylineWorker: any;

@@ -16,11 +9,2 @@ imageService: ImageService;

constructor(dependencies: Dependencies);
getUuid(): any;
private generateUuid;
getPlatformInfo(): {
name: string;
version: string;
product: string;
manufacturer: string;
os: string;
};
prepareReporting(msg: any): void;

@@ -27,0 +11,0 @@ sendReporting(json: any, url: string, sendAsync: boolean): void;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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

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

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

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

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