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

@udarrr/template-matcher

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udarrr/template-matcher - npm Package Compare versions

Comparing version 4.1.3 to 4.2.1

6

dist/lib/handlers/invariantRotating.js

@@ -42,2 +42,6 @@ "use strict";

let m_bToleranceRange = false;
let startTimeCheck = 0;
if (debug) {
startTimeCheck = performance.now();
}
let iTopLayer = InvariantRotatingHandler.GetTopLayer(matDst, Math.sqrt(iMinDstLength));

@@ -292,2 +296,4 @@ const vecMatSrcPyr = await matSrc.buildPyramidAsync(iTopLayer);

}
const endTimeCheck = performance.now();
console.log(`Performing time was ${endTimeCheck - startTimeCheck}`);
cv.imshow('debug', matSrc);

@@ -294,0 +300,0 @@ cv.waitKey(0);

2

dist/lib/templateMatchingFinder.js

@@ -22,3 +22,3 @@ "use strict";

isRotation: false,
rotationOption: { range: 180, overLap: 0.1, minDstLength: 256 },
rotationOption: { range: 180, overLap: 0.1, minDstLength: 32 },
},

@@ -25,0 +25,0 @@ };

/**
@udarrr/template-matcher
License: Apache License 2.0 (<https://www.apache.org/licenses/LICENSE-2.0>)
Copyright 2023 Siarhei Kliushnikau.

@@ -4,0 +5,0 @@

"use strict";
/**
@udarrr/template-matcher
License: Apache License 2.0 (<https://www.apache.org/licenses/LICENSE-2.0>)
Copyright 2023 Siarhei Kliushnikau.

@@ -5,0 +6,0 @@

{
"name": "@udarrr/template-matcher",
"version": "4.1.3",
"version": "4.2.1",
"main": "dist/index",

@@ -5,0 +5,0 @@ "typings": "dist/index",

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