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

fiftyone.pipeline.engines.fiftyone

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.fiftyone - npm Package Compare versions

Comparing version 4.2.2 to 4.3.0

tsconfig.json

6

package.json
{
"name": "fiftyone.pipeline.engines.fiftyone",
"version": "4.2.2",
"version": "4.3.0",
"description": "Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API",

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

"dependencies": {
"fiftyone.pipeline.core": "^4.2.2",
"fiftyone.pipeline.engines": "^4.2.2"
"fiftyone.pipeline.core": "^4.3.0",
"fiftyone.pipeline.engines": "^4.3.0"
},

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

@@ -31,3 +31,3 @@ /* *********************************************************************

const engines = require51('fiftyone.pipeline.engines');
const engines = require('fiftyone.pipeline.engines');

@@ -43,2 +43,6 @@ const Engine = engines.Engine;

/**
* @typedef {import('fiftyone.pipeline.core').FlowData} FlowData
*/
/**
* The ShareUsage element sends usage data to 51Degrees in zipped batches

@@ -45,0 +49,0 @@ */

@@ -31,3 +31,3 @@ /* *********************************************************************

const EvidenceKeyFilter = require51('fiftyone.pipeline.core').EvidenceKeyFilter;
const EvidenceKeyFilter = require('fiftyone.pipeline.core').EvidenceKeyFilter;

@@ -34,0 +34,0 @@ /**

@@ -31,3 +31,3 @@ /* *********************************************************************

const engines = require51('fiftyone.pipeline.engines');
const engines = require('fiftyone.pipeline.engines');

@@ -34,0 +34,0 @@ const Tracker = engines.Tracker;

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