🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

scanbot-web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scanbot-web-sdk - npm Package Compare versions

Comparing version

to
2.0.0-alpha1

./@types/.DS_Store

2

index.d.ts

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

import ScanbotSDK from './component/scanbot-sdk'
import ScanbotSDK from './@types/scanbot-sdk'
export = ScanbotSDK;

@@ -1,1 +0,1 @@

module.exports = require('./component/scanbot-sdk')
module.exports = require('./@types/scanbot-sdk');
{
"name": "scanbot-web-sdk",
"version": "1.0.2",
"version": "2.0.0-alpha1",
"description": "Scanbot Web Document Scanner SDK",

@@ -27,10 +27,13 @@ "keywords": [

"scripts": {
"clear-packages": "rm -f scanbot-*.tgz",
"clean-src": "rm -rf component/ && rm -rf bundle/",
"clean": "npm run clean-src && rm -rf lib/cmake-build && rm -f scanbot-*.tgz",
"clean": "npm run clean-src && rm -rf lib/cmake-build",
"build-lib": "bash lib/build.sh -DCMAKE_BUILD_TYPE=Release",
"build-lib-all": "bash lib/build-all-packages.sh",
"dev-build-lib": "bash lib/build.sh -DCMAKE_BUILD_TYPE=Debug",
"transpile": "npx tsc --declaration && cp -r src/styles component/",
"cp-typings": "rsync -a --include '*/' --include '*.d.ts' --exclude '*' ./component/ ./@types/",
"build-src": "npx webpack --mode production",
"dev-build-src": "npx webpack --mode development",
"prepack": "npm run clean && npm run build-lib && npm run transpile && npm run build-src && rm bundle/ScanbotSDK.min.js.LICENSE.txt",
"prepack": "npm run clean && npm run build-lib-all && npm run transpile && npm run cp-typings && npm run build-src && rm bundle/ScanbotSDK.min.js.LICENSE.txt",
"dev-pack": "npm run clean-src && npm run transpile && npm run dev-build-src && npm pack --ignore-scripts"

@@ -42,37 +45,9 @@ },

"homepage": "https://scanbot.io",
"devDependencies": {
"@types/classnames": "^2.2.10",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "6.0.3",
"create-file-webpack": "^1.0.2",
"css-loader": "4.0.0",
"html-webpack-plugin": "4.3.0",
"preact": "10.4.6",
"react-scripts": "^3.4.3",
"style-loader": "1.2.1",
"terser-webpack-plugin": "^4.1.0",
"ts-loader": "8.0.1",
"typescript": "3.9.7",
"webpack": "4.42.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"worker-loader": "2.0.0"
},
"dependencies": {
"classnames": "^2.2.6",
"preact": "10.4.6"
},
"peerDependencies": {
"file-loader": "*"
},
"devDependencies": {},
"dependencies": {},
"files": [
"bundle/*",
"component/*",
"webpack/",
"@types/*",
"index.js",
"webpack.js",
"*.d.ts",

@@ -82,2 +57,2 @@ "README.md",

]
}
}

@@ -10,3 +10,3 @@ # Web Document Scanner SDK

The Web SDK is based on Web Assembly and the HTML Media Capture API and can be used on iOS (Safari)
and Android (Chrome, Firefox, Edge).
and Android (Chrome, Firefox, Samsung Internet).

@@ -13,0 +13,0 @@

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

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