@anyline/anyline-js
Advanced tools
Comparing version 42.5.0 to 51.2.1-RC.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
53380897
0
145
4271
1
12