Socket
Socket
Sign inDemoInstall

fiftyone.devicedetection.cloud

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fiftyone.devicedetection.cloud - npm Package Compare versions

Comparing version 4.3.11 to 4.3.12

8

deviceDetectionCloudPipelineBuilder.js

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

const LruCache = require('fiftyone.pipeline.engines').LruCache;
const ShareUsageElement = require('fiftyone.pipeline.engines.fiftyone').ShareUsage;

@@ -45,4 +44,2 @@ class DeviceDetectionCloudPipelineBuilder extends PipelineBuilder {

* to be disabled.
* @param {boolean} options.shareUsage whether to include the share
* usage element
* @param {string} options.resourceKey resourceKey

@@ -59,3 +56,2 @@ * @param {number} options.cacheSize size of the default cache

licenceKeys = null,
shareUsage = true,
resourceKey = null,

@@ -70,6 +66,2 @@ cacheSize = null,

if (shareUsage) {
this.flowElements.push(new ShareUsageElement());
}
let cache;

@@ -76,0 +68,0 @@

12

package.json
{
"name": "fiftyone.devicedetection.cloud",
"version": "4.3.11",
"version": "4.3.12",
"description": "Device detection cloud services for the 51Degrees Pipeline API",

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

"dependencies": {
"fiftyone.pipeline.cloudrequestengine": "^4.3.7",
"fiftyone.pipeline.core": "^4.3.7",
"fiftyone.pipeline.engines": "^4.3.7",
"fiftyone.pipeline.engines.fiftyone": "^4.3.7",
"fiftyone.devicedetection.shared": "^4.3.11"
"fiftyone.pipeline.cloudrequestengine": "^4.3.8",
"fiftyone.pipeline.core": "^4.3.8",
"fiftyone.pipeline.engines": "^4.3.8",
"fiftyone.pipeline.engines.fiftyone": "^4.3.8",
"fiftyone.devicedetection.shared": "^4.3.12"
},

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

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