New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tfjs-image-recognition-base

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tfjs-image-recognition-base - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

build/commonjs/ops/minBbox.d.ts

2

build/commonjs/dom/awaitMediaLoaded.d.ts

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

export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<{}>;
export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<unknown>;

@@ -11,4 +11,4 @@ "use strict";

function NetInput(inputs, treatAsBatchInput) {
var _this = this;
if (treatAsBatchInput === void 0) { treatAsBatchInput = false; }
var _this = this;
this._imageTensors = [];

@@ -15,0 +15,0 @@ this._canvases = [];

export * from './iou';
export * from './minBbox';
export * from './nonMaxSuppression';

@@ -3,0 +4,0 @@ export * from './normalize';

@@ -5,2 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./iou"), exports);
tslib_1.__exportStar(require("./minBbox"), exports);
tslib_1.__exportStar(require("./nonMaxSuppression"), exports);

@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./normalize"), exports);

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

export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<{}>;
export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<unknown>;

@@ -9,4 +9,4 @@ import * as tf from '@tensorflow/tfjs-core';

function NetInput(inputs, treatAsBatchInput) {
var _this = this;
if (treatAsBatchInput === void 0) { treatAsBatchInput = false; }
var _this = this;
this._imageTensors = [];

@@ -13,0 +13,0 @@ this._canvases = [];

export * from './iou';
export * from './minBbox';
export * from './nonMaxSuppression';

@@ -3,0 +4,0 @@ export * from './normalize';

export * from './iou';
export * from './minBbox';
export * from './nonMaxSuppression';

@@ -3,0 +4,0 @@ export * from './normalize';

{
"name": "tfjs-image-recognition-base",
"version": "0.6.0",
"version": "0.6.1",
"description": "A shared codebase for face-api.js and tfjs-tiny-yolo-v2.",

@@ -20,19 +20,19 @@ "module": "./build/es6/index.js",

"dependencies": {
"@tensorflow/tfjs-core": "1.0.3",
"tslib": "^1.9.3"
"@tensorflow/tfjs-core": "^1.2.2",
"tslib": "^1.10.0"
},
"devDependencies": {
"@tensorflow/tfjs-node": "^1.0.2",
"@types/jasmine": "^3.3.12",
"@types/node": "^11.12.0",
"canvas": "2.0.1",
"jasmine": "^3.3.1",
"jasmine-core": "^3.3.0",
"karma": "^4.0.1",
"@tensorflow/tfjs-node": "^1.2.3",
"@types/jasmine": "^3.3.13",
"@types/node": "^12.0.10",
"canvas": "^2.5.0",
"jasmine": "^3.4.0",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-typescript": "^4.0.0",
"ts-node": "^8.0.3",
"typescript": "^3.3.4000"
"karma-typescript": "^4.1.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
}
}
export * from './iou'
export * from './minBbox'
export * from './nonMaxSuppression'

@@ -3,0 +4,0 @@ export * from './normalize'

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