@loaders.gl/wms
Advanced tools
Comparing version 3.3.3 to 3.3.4
@@ -15,3 +15,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
var LERCLoader = { | ||
@@ -18,0 +18,0 @@ id: 'lerc', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
var GMLLoader = { | ||
@@ -15,0 +15,0 @@ name: 'GML', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
var WCSCapabilitiesLoader = { | ||
@@ -15,0 +15,0 @@ id: 'wcs-capabilities', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
var WFSCapabilitiesLoader = { | ||
@@ -15,0 +15,0 @@ id: 'wfs-capabilities', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
var WMTSCapabilitiesLoader = { | ||
@@ -15,0 +15,0 @@ id: 'wmts-capabilities', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
var WMSCapabilitiesLoader = { | ||
@@ -15,0 +15,0 @@ id: 'wms-capabilities', |
@@ -14,3 +14,3 @@ "use strict"; | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } | ||
var VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
var VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
var WMSErrorLoader = { | ||
@@ -17,0 +17,0 @@ id: 'wms-error', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
export const LERCLoader = { | ||
@@ -8,0 +8,0 @@ id: 'lerc', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
export const GMLLoader = { | ||
@@ -8,0 +8,0 @@ name: 'GML', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
export const WCSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wcs-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
export const WFSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wfs-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
export const WMTSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wmts-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
export const WMSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wms-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.3" !== 'undefined' ? "3.3.3" : 'latest'; | ||
const VERSION = typeof "3.3.4" !== 'undefined' ? "3.3.4" : 'latest'; | ||
export const WMSErrorLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wms-error', |
{ | ||
"name": "@loaders.gl/wms", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "Framework-independent loaders for the WMS (Web Map Service) standard", | ||
@@ -42,6 +42,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/images": "3.3.3", | ||
"@loaders.gl/loader-utils": "3.3.3", | ||
"@loaders.gl/schema": "3.3.3", | ||
"@loaders.gl/xml": "3.3.3", | ||
"@loaders.gl/images": "3.3.4", | ||
"@loaders.gl/loader-utils": "3.3.4", | ||
"@loaders.gl/schema": "3.3.4", | ||
"@loaders.gl/xml": "3.3.4", | ||
"@turf/rewind": "^5.1.5", | ||
@@ -54,3 +54,3 @@ "deep-strict-equal": "^0.2.0", | ||
}, | ||
"gitHead": "44f4e272d8216f226a332eaae81e832e44c7e474" | ||
"gitHead": "1d1a722ea9a04665acbe41359dfd01bf6d43a214" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18
+ Added@loaders.gl/images@3.3.4(transitive)
+ Added@loaders.gl/loader-utils@3.3.4(transitive)
+ Added@loaders.gl/schema@3.3.4(transitive)
+ Added@loaders.gl/worker-utils@3.3.4(transitive)
+ Added@loaders.gl/xml@3.3.4(transitive)
- Removed@loaders.gl/images@3.3.3(transitive)
- Removed@loaders.gl/loader-utils@3.3.3(transitive)
- Removed@loaders.gl/schema@3.3.3(transitive)
- Removed@loaders.gl/worker-utils@3.3.3(transitive)
- Removed@loaders.gl/xml@3.3.3(transitive)
Updated@loaders.gl/images@3.3.4
Updated@loaders.gl/schema@3.3.4
Updated@loaders.gl/xml@3.3.4