Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@here/harp-mapview-decoder

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@here/harp-mapview-decoder - npm Package Compare versions

Comparing version
0.26.0
to
0.27.0
+5
-0
lib/TileDataSource.d.ts

@@ -37,2 +37,7 @@ import { FlatTheme, ITileDecoder, Theme, TileInfo } from "@here/harp-datasource-protocol";

/**
* Timeout for connecting to the web worker in seconds. Default to 10s, search for:
* DEFAULT_WORKER_INITIALIZATION_TIMEOUT
*/
workerConnectionTimeout?: number;
/**
* Optional, default copyright information of tiles provided by this data source.

@@ -39,0 +44,0 @@ * Implementation should provide this information from the source data if possible.

+1
-1

@@ -58,3 +58,3 @@ "use strict";

else if (m_options.concurrentDecoderServiceName) {
this.m_decoder = harp_mapview_1.ConcurrentDecoderFacade.getTileDecoder(m_options.concurrentDecoderServiceName, m_options.concurrentDecoderScriptUrl, m_options.concurrentDecoderWorkerCount);
this.m_decoder = harp_mapview_1.ConcurrentDecoderFacade.getTileDecoder(m_options.concurrentDecoderServiceName, m_options.concurrentDecoderScriptUrl, m_options.concurrentDecoderWorkerCount, m_options.workerConnectionTimeout);
}

@@ -61,0 +61,0 @@ else {

{
"name": "@here/harp-mapview-decoder",
"version": "0.26.0",
"version": "0.27.0",
"description": "Decoder worker for mapview",

@@ -29,12 +29,12 @@ "main": "index.js",

"dependencies": {
"@here/harp-datasource-protocol": "^0.26.0",
"@here/harp-fetch": "^0.26.0",
"@here/harp-geoutils": "^0.26.0",
"@here/harp-lrucache": "^0.26.0",
"@here/harp-mapview": "^0.26.0",
"@here/harp-utils": "^0.26.0",
"@here/harp-datasource-protocol": "^0.27.0",
"@here/harp-fetch": "^0.27.0",
"@here/harp-geoutils": "^0.27.0",
"@here/harp-lrucache": "^0.27.0",
"@here/harp-mapview": "^0.27.0",
"@here/harp-utils": "^0.27.0",
"geojson-vt": "^3.2.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.26.0",
"@here/harp-test-utils": "^0.27.0",
"@types/chai": "^4.2.14",

@@ -55,3 +55,3 @@ "@types/chai-as-promised": "^7.1.2",

},
"gitHead": "36a992632473f77ed71fede0df2b681d4cd82ecc"
"gitHead": "b155f22d0ffb0fc536cf5bd2f137783946201c6a"
}