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.1.0-beta.9 to 4.1.0-beta.15

8

examples/onPremiseFlowElement.js

@@ -44,2 +44,4 @@ /* *********************************************************************

//! [class]
//! [constructor]
// Astrology flowElement

@@ -70,2 +72,3 @@ class astrology extends FiftyOnePipelineEngines.engine {

}
//! [constructor]

@@ -75,2 +78,3 @@ // A function called when the datafile is updated / refreshed. In this

//! [refresh]
refresh() {

@@ -100,2 +104,3 @@

}
//! [refresh]

@@ -173,3 +178,5 @@ // Internal processing function

}
//! [class]
//! [usage]
let astrologyElement = new astrology({ datafile: (process.env.directory || __dirname) + "/astrology.json" });

@@ -216,1 +223,2 @@

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

2

package.json
{
"name": "fiftyone.pipeline.engines",
"version": "4.1.0-beta.9",
"version": "4.1.0-beta.15",
"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