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.0 to 4.3.1

7

deviceDetectionCloudPipelineBuilder.js

@@ -51,3 +51,4 @@ /* *********************************************************************

* for the cloud request engine
*
* @param {string} options.cloudRequestOrigin The value to set the
* Origin header to when making requests to the cloud service
*/

@@ -60,3 +61,4 @@ constructor (

cacheSize = null,
cloudEndPoint = null
cloudEndPoint = null,
cloudRequestOrigin = null
}) {

@@ -84,2 +86,3 @@ super(...arguments);

baseURL: cloudEndPoint,
cloudRequestOrigin: cloudRequestOrigin,
cache

@@ -86,0 +89,0 @@ }));

{
"name": "fiftyone.devicedetection.cloud",
"version": "4.3.0",
"version": "4.3.1",
"description": "Device detection cloud services for the 51Degrees Pipeline API",

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

"dependencies": {
"fiftyone.pipeline.cloudrequestengine": "^4.3.0",
"fiftyone.pipeline.core": "^4.3.0",
"fiftyone.pipeline.engines": "^4.3.0",
"fiftyone.pipeline.engines.fiftyone": "^4.3.0",
"fiftyone.devicedetection.shared": "^4.3.0"
"fiftyone.pipeline.cloudrequestengine": "^4.3.1",
"fiftyone.pipeline.core": "^4.3.1",
"fiftyone.pipeline.engines": "^4.3.1",
"fiftyone.pipeline.engines.fiftyone": "^4.3.1",
"fiftyone.devicedetection.shared": "^4.3.1"
},

@@ -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