Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/wms

Package Overview
Dependencies
Maintainers
7
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/wms - npm Package Compare versions

Comparing version 3.3.0-alpha.11 to 3.3.0-alpha.12

2

dist/es5/gml-loader.js

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

var VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
var VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
var GMLLoader = {

@@ -15,0 +15,0 @@ name: 'GML',

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

var VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
var VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
var WCSCapabilitiesLoader = {

@@ -15,0 +15,0 @@ name: 'WFS Capabilities',

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

var VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
var VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
var WFSCapabilitiesLoader = {

@@ -15,0 +15,0 @@ name: 'WFS Capabilities',

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

var VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
var VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
var WMSCapabilitiesLoader = {

@@ -15,0 +15,0 @@ name: 'WMS Capabilities',

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

var VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
var VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
var WMSErrorLoader = {

@@ -15,0 +15,0 @@ name: 'WMS Error',

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

var VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
var VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
var WMTSCapabilitiesLoader = {

@@ -15,0 +15,0 @@ name: 'WMTS Capabilities',

@@ -5,3 +5,3 @@

const VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
export const GMLLoader = {

@@ -8,0 +8,0 @@ name: 'GML',

@@ -5,3 +5,3 @@

const VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
export const WCSCapabilitiesLoader = {

@@ -8,0 +8,0 @@ name: 'WFS Capabilities',

@@ -5,3 +5,3 @@

const VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
export const WFSCapabilitiesLoader = {

@@ -8,0 +8,0 @@ name: 'WFS Capabilities',

@@ -5,3 +5,3 @@

const VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
export const WMSCapabilitiesLoader = {

@@ -8,0 +8,0 @@ name: 'WMS Capabilities',

@@ -5,3 +5,3 @@

const VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
export const WMSErrorLoader = {

@@ -8,0 +8,0 @@ name: 'WMS Error',

@@ -5,3 +5,3 @@

const VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest';
const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
export const WMTSCapabilitiesLoader = {

@@ -8,0 +8,0 @@ name: 'WMTS Capabilities',

{
"name": "@loaders.gl/wms",
"version": "3.3.0-alpha.11",
"version": "3.3.0-alpha.12",
"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.0-alpha.11",
"@loaders.gl/loader-utils": "3.3.0-alpha.11",
"@loaders.gl/schema": "3.3.0-alpha.11",
"@loaders.gl/xml": "3.3.0-alpha.11",
"@loaders.gl/images": "3.3.0-alpha.12",
"@loaders.gl/loader-utils": "3.3.0-alpha.12",
"@loaders.gl/schema": "3.3.0-alpha.12",
"@loaders.gl/xml": "3.3.0-alpha.12",
"@turf/rewind": "^5.1.5",

@@ -53,3 +53,3 @@ "deep-strict-equal": "^0.2.0"

},
"gitHead": "1863a8875f63d578c0fdf5bdb3b7d6827f799db9"
"gitHead": "e807cde8f2fcb3503fa01ae3ac6b148ff5326649"
}
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