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.49 to 4.4.50

1

dataFile.js

@@ -121,2 +121,3 @@ /* *********************************************************************

this.isRegistered = isRegistered;
this.attemptedDownload = false;

@@ -123,0 +124,0 @@ if (refresh) {

3

dataFileUpdateService.js

@@ -77,2 +77,3 @@ /* *********************************************************************

const dataFileUpdateService = this;
dataFile.attemptedDownload = true;

@@ -335,3 +336,3 @@ if (dataFile.updating) {

// Run update on start if specified to do so
if (dataFile.updateOnStart) {
if (dataFile.updateOnStart && !dataFile.attemptedDownload) {
dataFileUpdateService.updateDataFile(dataFile);

@@ -338,0 +339,0 @@ } else {

{
"name": "fiftyone.pipeline.engines",
"version": "4.4.49",
"version": "4.4.50",
"description": "Shared base functionality for implementing engines for the 51Degrees Pipeline API",

@@ -5,0 +5,0 @@ "main": "index.js",

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