Socket
Socket
Sign inDemoInstall

fiftyone.pipeline.engines

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fiftyone.pipeline.engines - npm Package Compare versions

Comparing version 4.4.94 to 4.4.95

3

package.json
{
"name": "fiftyone.pipeline.engines",
"version": "4.4.94",
"version": "4.4.95",
"description": "Shared base functionality for implementing engines for the 51Degrees Pipeline API",

@@ -12,2 +12,3 @@ "keywords": [

"main": "index.js",
"types": "types/index.d.ts",
"directories": {

@@ -14,0 +15,0 @@ "test": "tests"

@@ -52,3 +52,3 @@ /* *********************************************************************

* @param {object} result of the track function
* @returns {Boolen} whether a match has been made
* @returns {boolean} whether a match has been made
*/

@@ -55,0 +55,0 @@ match (result) {

@@ -20,3 +20,3 @@ export = Tracker;

* @param {object} result of the track function
* @returns {Boolen} whether a match has been made
* @returns {boolean} whether a match has been made
*/

@@ -23,0 +23,0 @@ match(result: object): any;

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