New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fiftyone.devicedetection.onpremise

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fiftyone.devicedetection.onpremise - npm Package Compare versions

Comparing version 4.3.3 to 4.3.5

9

deviceDetectionOnPremise.js

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

* automatic data updates to occur.
* @param {string} options.tempDataDir The directory to use for the
* temporary data copy if 'createTempDataCopy' is set to true.
* @param {boolean} options.updateOnStart whether to download / update

@@ -134,2 +136,3 @@ * the datafile on initialisation

createTempDataCopy,
tempDataDir,
updateOnStart = false,

@@ -256,2 +259,8 @@ usePredictiveGraph = true,

if (typeof tempDataDir === 'string') {
const tempDirs = new swigWrapper.VectorStringSwig();
tempDirs.add(tempDataDir);
config.setTempDirectories(tempDirs);
}
config.setReuseTempFile(reuseTempFile);

@@ -258,0 +267,0 @@ config.setUpdateMatchedUserAgent(updateMatchedUserAgent);

@@ -83,2 +83,9 @@ /* *********************************************************************

* By default, this is false.
* @param {boolean} options.createTempDataCopy If true, the engine will
* create a copy of the data file in a temporary location
* rather than using the file provided directly. If not
* loading all data into memory, this is required for
* automatic data updates to occur.
* @param {string} options.tempDataDir The directory to use for the
* temporary data copy if 'createTempDataCopy' is set to true.
* @param {boolean} options.usePredictiveGraph True, the engine will use

@@ -108,2 +115,4 @@ * the predictive optimized graph to in detections.

allowUnmatched = false,
createTempDataCopy,
tempDataDir,
usePredictiveGraph = true,

@@ -140,2 +149,4 @@ usePerformanceGraph = false

updateOnStart,
createTempDataCopy,
tempDataDir,
usePredictiveGraph,

@@ -142,0 +153,0 @@ usePerformanceGraph

4

package.json
{
"name": "fiftyone.devicedetection.onpremise",
"version": "4.3.3",
"version": "4.3.5",
"description": "Device detection on-premise services for the 51Degrees Pipeline API",

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

"dependencies": {
"fiftyone.devicedetection.shared": "^4.3.3",
"fiftyone.devicedetection.shared": "^4.3.5",
"fiftyone.pipeline.core": "^4.3.5",

@@ -28,0 +28,0 @@ "fiftyone.pipeline.engines": "^4.3.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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