Socket
Socket
Sign inDemoInstall

fiftyone.pipeline.engines

Package Overview
Dependencies
Maintainers
1
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.2.0 to 4.2.1

6

examples/onPremiseFlowElement.js

@@ -85,3 +85,5 @@ /* *********************************************************************

}
//! [constructor]
//! [refresh]
// A function called when the datafile is updated / refreshed. In this

@@ -117,2 +119,3 @@ // case it simply loads the JSON from the file into the engine's memory.

}
//! [refresh]

@@ -168,3 +171,5 @@ // Internal processing function

}
//! [class]
//! [usage]
const astrologyElement = new Astrology(

@@ -219,1 +224,2 @@ { datafile: (process.env.directory || __dirname) + '/astrology.json' }

server.listen(portNum);
//! [usage]

4

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

@@ -14,3 +14,3 @@ "main": "index.js",

"dependencies": {
"fiftyone.pipeline.core": "^4.2.0"
"fiftyone.pipeline.core": "^4.2.1"
},

@@ -17,0 +17,0 @@ "devDependencies": {

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

![51Degrees](https://51degrees.com/DesktopModules/FiftyOne/Distributor/Logo.ashx?utm_source=github&utm_medium=repository&utm_content=readme_main&utm_campaign=node-open-source "Data rewards the curious") **51Degrees Pipeline Engines**
![51Degrees](https://51degrees.com/img/logo.png?utm_source=github&utm_medium=repository&utm_content=readme_main&utm_campaign=node-open-source "Data rewards the curious") **51Degrees Pipeline Engines**
[Developer Documentation](https://docs.51degrees.com?utm_source=github&utm_medium=repository&utm_content=documentation&utm_campaign=node-open-source "developer documentation")
[Developer Documentation](https://51degrees.com/pipeline-node/4.2/index.html?utm_source=github&utm_medium=repository&utm_content=documentation&utm_campaign=node-open-source "developer documentation")

@@ -5,0 +5,0 @@ ## Introduction

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