@vladmandic/face-api
Advanced tools
Comparing version 1.4.1 to 1.4.2
# @vladmandic/face-api | ||
Version: **1.4.1** | ||
Version: **1.4.2** | ||
Description: **FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS** | ||
@@ -12,2 +12,11 @@ | ||
### **1.4.2** 2021/08/31 mandic00@live.com | ||
### **origin/master** 2021/08/10 mandic00@live.com | ||
### **release: 1.4.1** 2021/07/29 mandic00@live.com | ||
### **1.4.1** 2021/07/29 mandic00@live.com | ||
@@ -14,0 +23,0 @@ |
{ | ||
"name": "@vladmandic/face-api", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS", | ||
@@ -46,18 +46,18 @@ "sideEffects": false, | ||
"@canvas/image": "^1.0.1", | ||
"@tensorflow/tfjs": "^3.8.0", | ||
"@tensorflow/tfjs-backend-wasm": "^3.8.0", | ||
"@tensorflow/tfjs-node": "^3.8.0", | ||
"@tensorflow/tfjs-node-gpu": "^3.8.0", | ||
"@types/node": "^16.4.6", | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"@vladmandic/pilogger": "^0.2.17", | ||
"@tensorflow/tfjs": "^3.9.0", | ||
"@tensorflow/tfjs-backend-wasm": "^3.9.0", | ||
"@tensorflow/tfjs-node": "^3.9.0", | ||
"@tensorflow/tfjs-node-gpu": "^3.9.0", | ||
"@types/node": "^16.7.8", | ||
"@typescript-eslint/eslint-plugin": "^4.30.0", | ||
"@typescript-eslint/parser": "^4.30.0", | ||
"@vladmandic/pilogger": "^0.2.18", | ||
"canvas": "^2.8.0", | ||
"chokidar": "^3.5.2", | ||
"dayjs": "^1.10.6", | ||
"esbuild": "^0.12.16", | ||
"eslint": "^7.31.0", | ||
"esbuild": "^0.12.24", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-json": "^3.0.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -68,7 +68,7 @@ "eslint-plugin-promise": "^5.1.0", | ||
"seedrandom": "^3.0.5", | ||
"simple-git": "^2.41.2", | ||
"tslib": "^2.3.0", | ||
"typedoc": "^0.21.4", | ||
"typescript": "4.3.5" | ||
"simple-git": "^2.45.0", | ||
"tslib": "^2.3.1", | ||
"typedoc": "^0.21.9", | ||
"typescript": "4.4.2" | ||
} | ||
} |
@@ -397,22 +397,22 @@ ![Git Version](https://img.shields.io/github/package-json/v/vladmandic/face-api?style=flat-square&svg=true&label=git) | ||
```json | ||
2021-07-29 09:01:33 INFO: @vladmandic/face-api version 1.3.1 | ||
2021-07-29 09:01:33 INFO: User: vlado Platform: linux Arch: x64 Node: v16.5.0 | ||
2021-07-29 09:01:33 INFO: Toolchain: tfjs: 3.8.0 esbuild 0.12.16; typescript 4.3.5; typedoc: 0.21.4 eslint: 7.31.0 | ||
2021-07-29 09:01:33 INFO: Build: file startup all target: es2018 | ||
2021-07-29 09:01:33 STATE: Build for: node type: tfjs: { imports: 1, importBytes: 143, outputBytes: 1327, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-07-29 09:01:33 STATE: Build for: node type: node: { imports: 162, importBytes: 234303, outputBytes: 175090, outputFiles: 'dist/face-api.node.js' } | ||
2021-07-29 09:01:33 STATE: Build for: nodeGPU type: tfjs: { imports: 1, importBytes: 147, outputBytes: 1335, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-07-29 09:01:33 STATE: Build for: nodeGPU type: node: { imports: 162, importBytes: 234311, outputBytes: 175098, outputFiles: 'dist/face-api.node-gpu.js' } | ||
2021-07-29 09:01:33 STATE: Build for: nodeCPU type: tfjs: { imports: 1, importBytes: 138, outputBytes: 1326, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-07-29 09:01:33 STATE: Build for: nodeCPU type: node: { imports: 162, importBytes: 234302, outputBytes: 175089, outputFiles: 'dist/face-api.node-cpu.js' } | ||
2021-07-29 09:01:33 STATE: Build for: browserNoBundle type: tfjs: { imports: 1, importBytes: 276, outputBytes: 277, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-07-29 09:01:33 STATE: Build for: browserNoBundle type: esm: { imports: 162, importBytes: 233253, outputBytes: 168850, outputFiles: 'dist/face-api.esm-nobundle.js' } | ||
2021-07-29 09:01:33 STATE: Build for: browserBundle type: tfjs: { modules: 1352, moduleBytes: 4369745, imports: 7, importBytes: 276, outputBytes: 2362345, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-07-29 09:01:34 STATE: Build for: browserBundle type: iife: { imports: 162, importBytes: 2595321, outputBytes: 2482864, outputFiles: 'dist/face-api.js' } | ||
2021-07-29 09:01:35 STATE: Build for: browserBundle type: esm: { imports: 162, importBytes: 2595321, outputBytes: 2360761, outputFiles: 'dist/face-api.esm.js' } | ||
2021-07-29 09:01:35 INFO: Running Linter: [ 'server/', 'demo/', 'src/', 'test/', [length]: 4 ] | ||
2021-07-29 09:01:55 INFO: Linter complete: files: 183 errors: 0 warnings: 0 | ||
2021-07-29 09:01:55 INFO: Compile typings: [ 'src/index.ts', [length]: 1 ] | ||
2021-07-29 09:01:59 INFO: Update Change log: [ '/home/vlado/dev/face-api/CHANGELOG.md', [length]: 1 ] | ||
2021-07-29 09:01:59 INFO: Generate TypeDocs: [ 'src/index.ts', [length]: 1 ] | ||
2021-08-31 12:19:35 INFO: @vladmandic/face-api version 1.4.2 | ||
2021-08-31 12:19:35 INFO: User: vlado Platform: linux Arch: x64 Node: v16.5.0 | ||
2021-08-31 12:19:35 INFO: Toolchain: tfjs: 3.9.0 esbuild 0.12.24; typescript 4.4.2; typedoc: 0.21.9 eslint: 7.32.0 | ||
2021-08-31 12:19:35 INFO: Build: file startup all target: es2018 | ||
2021-08-31 12:19:35 STATE: Build for: node type: tfjs: { imports: 1, importBytes: 143, outputBytes: 1327, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-08-31 12:19:35 STATE: Build for: node type: node: { imports: 162, importBytes: 234303, outputBytes: 175090, outputFiles: 'dist/face-api.node.js' } | ||
2021-08-31 12:19:35 STATE: Build for: nodeGPU type: tfjs: { imports: 1, importBytes: 147, outputBytes: 1335, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-08-31 12:19:35 STATE: Build for: nodeGPU type: node: { imports: 162, importBytes: 234311, outputBytes: 175098, outputFiles: 'dist/face-api.node-gpu.js' } | ||
2021-08-31 12:19:35 STATE: Build for: nodeCPU type: tfjs: { imports: 1, importBytes: 138, outputBytes: 1326, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-08-31 12:19:35 STATE: Build for: nodeCPU type: node: { imports: 162, importBytes: 234302, outputBytes: 175089, outputFiles: 'dist/face-api.node-cpu.js' } | ||
2021-08-31 12:19:35 STATE: Build for: browserNoBundle type: tfjs: { imports: 1, importBytes: 276, outputBytes: 277, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-08-31 12:19:35 STATE: Build for: browserNoBundle type: esm: { imports: 162, importBytes: 233253, outputBytes: 168850, outputFiles: 'dist/face-api.esm-nobundle.js' } | ||
2021-08-31 12:19:36 STATE: Build for: browserBundle type: tfjs: { modules: 1358, moduleBytes: 8966590, imports: 7, importBytes: 276, outputBytes: 2371549, outputFiles: 'dist/tfjs.esm.js' } | ||
2021-08-31 12:19:36 STATE: Build for: browserBundle type: iife: { imports: 162, importBytes: 2604525, outputBytes: 2491919, outputFiles: 'dist/face-api.js' } | ||
2021-08-31 12:19:37 STATE: Build for: browserBundle type: esm: { imports: 162, importBytes: 2604525, outputBytes: 2369488, outputFiles: 'dist/face-api.esm.js' } | ||
2021-08-31 12:19:37 INFO: Running Linter: [ 'server/', 'demo/', 'src/', 'test/', [length]: 4 ] | ||
2021-08-31 12:19:58 INFO: Linter complete: files: 183 errors: 0 warnings: 0 | ||
2021-08-31 12:19:58 INFO: Compile typings: [ 'src/index.ts', [length]: 1 ] | ||
2021-08-31 12:20:02 INFO: Update Change log: [ '/home/vlado/dev/face-api/CHANGELOG.md', [length]: 1 ] | ||
2021-08-31 12:20:02 INFO: Generate TypeDocs: [ 'src/index.ts', [length]: 1 ] | ||
``` | ||
@@ -419,0 +419,0 @@ |
@@ -12,3 +12,2 @@ { | ||
"declaration": true, | ||
"emitDeclarationOnly": true, | ||
"emitDecoratorMetadata": true, | ||
@@ -39,5 +38,5 @@ "experimentalDecorators": true, | ||
"entryPoints": "src/index.ts", | ||
"logLevel": "Error", | ||
"logger": "none" | ||
"logLevel": "Verbose", | ||
"logger": "none", | ||
} | ||
} |
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 too big to display
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 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
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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
216632
0
44011153